The AWS domain to use for constructing API URLs.
When DualStack=TRUE
, the connector constructs the URLs for API requests as follows:
bucket.s3.dualstack.bucketregion.amazonAwsDomain
When DualStack=FALSE
, the connector constructs the URLs for API requests as follows:
bucket.s3.bucketRegion.amazonAwsDomain
In both cases, bucket
is the value of the parameter Bucket, bucketRegion
is the value of the parameter BucketRegion, and amazonAwsDomain
is the value of the parameter AmazonAwsDomain.
Type: | String |
Default: | amazonaws.com |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | AmazonAwsDomain=amazonaws.com
|
See Also: | DualStack |
|