diff --git a/cloud/amazon/s3.py b/cloud/amazon/s3.py index 8c133eba276..5a120ca7be2 100644 --- a/cloud/amazon/s3.py +++ b/cloud/amazon/s3.py @@ -94,7 +94,7 @@ options: default: null permission: description: - - This option let's the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list. + - This option lets the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list. required: false default: private version_added: "2.0"