Open
Description
Describe the issue
The <remarks/>
of Amazon.S3.AmazonS3Config.UseAccelerateEndpoint
states that This option cannot be used at the same time as UseDualstackEndpoint.
However, in the Requirements for using Transfer Acceleration section from the official document of AWS, it is stated that we can use dualstack endpoints in conjunction with the accelerate endpoint.
One of which must be incorrect. In my experiment we can actually use the accelerate endpoint and the dualstack endpoint at the same time.