-
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 module always fails in eu-north-1 #2266
Labels
Comments
Thanks for the report, could you test and see if swapping "UnsupportedArgument" for "MethodNotAllowed" (using the fix from #2202) fixes your issue? |
tremble
added a commit
to tremble/amazon.aws
that referenced
this issue
Aug 29, 2024
…er acceleration fixes: ansible-collections#2266
@vonschultz There's a slightly different fix in #2267, if you're able to test it and comment over there it would be helpful. Hopefully we'll be releasing 8.2.0 in the next week or so... |
patchback bot
pushed a commit
that referenced
this issue
Aug 29, 2024
…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)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Aug 29, 2024
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
With the introduction of Transfer Acceleration support the
s3_bucket
module always fail in some regions, includingeu-north-1
. Transfer Acceleration is only supported in regions listed here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html. For example, I can uses3_bucket
ineu-west-1
without any errors.This is closely related to #2180, but I've verified that the fix for that issue, #2202, does not solve my problem, possibly because I'm getting
MethodNotAllowed
instead ofUnsupportedArgument
.Issue Type
Bug Report
Component Name
s3_bucket
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Steps to Reproduce
Expected Results
Bucket is created, or no changes are made if the bucket already exists.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: