Skip to content

Commit

Permalink
fix: missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Schwend committed Mar 4, 2022
1 parent bd4cae8 commit aef4591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/s3_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
- Allow bucket's ownership controls.
- C(BucketOwnerEnforced) - ACLs are disabled and no longer affect access permissions to your
bucket. Requests to set or update ACLs fail. However, requests to read ACLs are supported.
Bucket owner has full ownership and control.
Object writer no longer has full ownership and control.
Bucket owner has full ownership and control. Object writer no longer has full ownership and
control.
- C(BucketOwnerPreferred) - Objects uploaded to the bucket change ownership to the bucket owner
if the objects are uploaded with the bucket-owner-full-control canned ACL.
- C(ObjectWriter) - The uploading account will own the object
Expand Down

0 comments on commit aef4591

Please sign in to comment.