forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add S3 bucket owner enforcement (ansible-collections#694)
feat: Add S3 bucket owner enforcement SUMMARY AWS finally supports the ability to enforce object ownership such that the owner of the bucket owns all objects. This adds support for that. ISSUE TYPE Feature Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION --- - hosts: localhost tasks: - s3_bucket: name: tyler-test-123 state: present - s3_bucket: name: tyler-test-123 object_ownership: BucketOwnerEnforced state: present - s3_bucket: name: tyler-test-123 state: absent - s3_bucket: name: tyler-test-123 object_ownership: BucketOwnerEnforced state: present - s3_bucket: name: tyler-test-123 state: absent Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de>
- Loading branch information
Tyler Schwend
authored
Mar 24, 2022
1 parent
6d0e294
commit 7cf0e50
Showing
3 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- s3_bucket - Add support for enforced bucket owner object ownership (https://github.com/ansible-collections/amazon.aws/pull/694). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters