A Boolean value that specifies whether to access Amazon S3 through a dual-stack endpoint.
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: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | DualStack=FALSE
|
See Also: |
|