We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_object_ownership
BucketOwnerEnforced
If we set the s3_object_ownership flag to BucketOwnerEnforced, the module fails with:
ACL: operation error S3: PutBucketAcl, https response error StatusCode: 400
It should be possible to disable ACL creation, or it should be smarter (e.g. if BucketOwnerEnforced is set, don't create the ACL)
Set s3_object_ownership to BucketOwnerEnforced
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the Bug
If we set the
s3_object_ownership
flag toBucketOwnerEnforced
, the module fails with:Expected Behavior
It should be possible to disable ACL creation, or it should be smarter (e.g. if BucketOwnerEnforced is set, don't create the ACL)
Steps to Reproduce
Set
s3_object_ownership
toBucketOwnerEnforced
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: