-
Notifications
You must be signed in to change notification settings - Fork 340
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
s3_bucket - fix MethodNotAllowed in regions that don't support transfer acceleration #2267
s3_bucket - fix MethodNotAllowed in regions that don't support transfer acceleration #2267
Conversation
…er acceleration fixes: ansible-collections#2266
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 37s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 26s |
db552aa
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2269 🤖 @patchback |
…er acceleration (#2267) fixes: #2266 SUMMARY While #2202 (combined with #2222) fixes the issue for the aws-gov partition, the aws partition throws a different Error (MethodNotAllowed). I suspect the two different exceptions are a side effect of how AWS implement the Gov-Cloud partition vs the normal partition. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION See also: #2266 Reviewed-by: GomathiselviS (cherry picked from commit db552aa)
…er acceleration (#2267) (#2269) This is a backport of PR #2267 as merged into main (db552aa). fixes: #2266 SUMMARY While #2202 (combined with #2222) fixes the issue for the aws-gov partition, the aws partition throws a different Error (MethodNotAllowed). I suspect the two different exceptions are a side effect of how AWS implement the Gov-Cloud partition vs the normal partition. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION See also: #2266 Reviewed-by: Mark Chappell
Works for me. Thanks. 👍 |
fixes: #2266
SUMMARY
While #2202 (combined with #2222) fixes the issue for the
aws-gov
partition, theaws
partition throws a different Error (MethodNotAllowed
).I suspect the two different exceptions are a side effect of how AWS implement the Gov-Cloud partition vs the normal partition.
ISSUE TYPE
COMPONENT NAME
s3_bucket
ADDITIONAL INFORMATION
See also: #2266