How to Configure the Amazon S3 Connector Using Web.config
The web.config is found at the root level of every BA Insight connector's installation directory. You can manuall update this file to add further configuration to your Amazon S3 connector. Refer to the following table for more information on the configurable fields.
Note: The web.config file contains settings that are not commonly changed. Make changes to this file with caution.
Setting | Description |
---|---|
MaxKeysOnRequestToAmazon | This setting specifies the maximum page size for item enumeration. By default this setting is set to 1000. |
RetryDelayInMilliseconds | This setting specifies the time delay, in milliseconds, that the connector will wait before making another call. By default, this setting is set to 3000 milliseconds. |
Delimiter | This setting specifies a character that you want to use as a delimeter to group keys. By default, this setting is set to "/". |
ClientCredentialsReinitializationsLimit |
This setting specifies the client reinitialization limit to prevent throttling. By default, this setting is set to 10. |
RequestRetryLimit |
This setting specifies the maximum number of retries when throttling occurs. By default, this setting is set to 9 tries. |
RegionValues | This setting specifies the available regions for Amazon Web Services (AWS). |
TemporaryCredentialsPeriod | This settings specifies the Time-to-live (TTL) for temporary credentials in seconds. By default, this setting is set to 3600 seconds. |