-
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
Allow configuration of "Object Ownership" on S3 buckets #245
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Hi @rpt-ahowe, Thank you for the suggestion. It looks like it's a rather simple change. Is this something you want to implement yourself? |
@rpt-ahowe PR has been merged. Thanks again for your suggestion. |
#311 - the feature will be available with version 2.0.0 of this collection (expected by the end of the month) |
Hi all, Any update on when version 2.0.0 will be release? |
SUMMARY
I would like to be able to set the "Object Ownership" setting on my buckets managed by ansible.
This allows me to retain control of objects uploaded to my bucket from other accounts.
ISSUE TYPE
COMPONENT NAME
s3_bucket
ADDITIONAL INFORMATION
This feature would allow the bucket settting "Object Ownership" to be changed from the default of "Object writer" to "Bucket owner preferred". In conjunction with a bucket policy condition, this allows a bucket owner to ensure that all objects uploaded to a bucket are always owned by them.
This option is documented here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html and https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.put_bucket_ownership_controls
The text was updated successfully, but these errors were encountered: