-
Notifications
You must be signed in to change notification settings - Fork 294
[v0.16.x] Migrate to new s3 URL method #1873
Conversation
Path based access has been deprecated and now returns a redirect error to bucketname.s3.amazonaws.com as explained in this post: https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/ This makes cloudformation to fail as it refers to the now redirected s3 bucket path, and raises the message: S3 error: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. For more information check http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html There is no strong documentation about what are the updates in China and Gov regions, consider it follows the same logic. Change-Id: I9f8bbc47801b120c216d24de701855073506c89c
Welcome @tjamet! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## v0.16.x #1873 +/- ##
===========================================
- Coverage 24.41% 24.40% -0.01%
===========================================
Files 98 98
Lines 5116 5117 +1
===========================================
Hits 1249 1249
- Misses 3727 3728 +1
Partials 140 140
Continue to review full report at Codecov.
|
/assign @dominicgunn |
@tjamet could you please also patch 0.15.x and 0.14.x? |
@Fsero yes sure, did this first one for the approach to focus discussion and planned to do so when convergence on the solution |
Thanks for doing this @tjamet! The approach here seems good. /lgtm |
Thanks for doing this @tjamet! The approach here seems good. /lgtm |
Path based access has been deprecated and now returns a redirect error to bucketname.s3.amazonaws.com
as explained in this post:
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
This makes cloudformation to fail as it refers to the now redirected s3
bucket path, and raises the message:
S3 error: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. For more information check http://docs.aws.amazon.com/AmazonS3/la
There is no strong documentation about what are the updates in China and
Gov regions, consider it follows the same logic.