-
Notifications
You must be signed in to change notification settings - Fork 342
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
8.1.0 fails with custom s3 provider (transfer acceleration feature) #2220
Labels
Comments
johansenha
changed the title
8.1.0 fails with customer s3 provider (transfer acceleration feature)
8.1.0 fails with custom s3 provider (transfer acceleration feature)
Aug 19, 2024
patchback bot
pushed a commit
that referenced
this issue
Aug 21, 2024
SUMMARY fixes #2220 Removes the default for accelerate_enabled: having the default explicitly set to false breaks idempotency when only passed partial configuration having the default explicitly set results in the module always failing on non-AWS platforms ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis (cherry picked from commit 0dbac7a)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Aug 21, 2024
This is a backport of PR #2222 as merged into main (0dbac7a). SUMMARY fixes #2220 Removes the default for accelerate_enabled: having the default explicitly set to false breaks idempotency when only passed partial configuration having the default explicitly set results in the module always failing on non-AWS platforms ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
Hi @johansenha, We've merged a change which should fix this issue and be available with the next 8.x release. Hopefully this will be available early in September. |
braydencw1
pushed a commit
to braydencw1/amazon.aws
that referenced
this issue
Aug 29, 2024
…s#2222) SUMMARY fixes ansible-collections#2220 Removes the default for accelerate_enabled: having the default explicitly set to false breaks idempotency when only passed partial configuration having the default explicitly set results in the module always failing on non-AWS platforms ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Since 8.1.0 s3_bucket module calls fail with an error even when transfer acceleration is set to false.
We are not using Amazon AWS S3 as endpoint but a custom one on-premises.
With 8.0.1 it's working without issues.
Issue Type
Bug Report
Component Name
s3_bucket
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Ubuntu
Steps to Reproduce
Expected Results
Bucket should be created
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: