-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon.S3.AmazonS3Config.UseAccelerateEndpoint summary is not correct anymore #3719
Comments
Per S3 documentation at:
AWS SDK for .NET S3 code is handcrafted. I could not see any validation that limits use of both @congthanhnguyenOL Could you please share the sample code for reproduction which demonstrates that you are able to use the accelerate endpoint and the dualstack endpoint at the same time. Thanks, |
The following code executed successfully.
As can be seen below, the object appears on the console afterward with the expected content, demonstrating that the presigned URL worked.
Thanks. |
Describe the issue
The
<remarks/>
ofAmazon.S3.AmazonS3Config.UseAccelerateEndpoint
states thatThis 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.
Links
aws-sdk-net/sdk/src/Services/S3/Custom/AmazonS3Config.cs
Line 84 in f99aaf0
https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html#transfer-acceleration-requirements
The text was updated successfully, but these errors were encountered: