From b3fc72a7a241ec5439830c438e8474a9f5cb1404 Mon Sep 17 00:00:00 2001 From: Tyler Schwend Date: Fri, 4 Mar 2022 13:37:22 -0500 Subject: [PATCH] fix: missing indent --- plugins/modules/s3_bucket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/s3_bucket.py b/plugins/modules/s3_bucket.py index a948868f3ec..a10bcf5468e 100644 --- a/plugins/modules/s3_bucket.py +++ b/plugins/modules/s3_bucket.py @@ -127,7 +127,7 @@ - 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. + 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