Using Console
Using CLI
aws s3api list-buckets
aws s3api put-bucket-acl --bucket bucket-name --grant-write "uri=http://acs.amazonaws.com/groups/global/AuthenticatedUsers"
Replace bucket-name
with the name of the identified S3 bucket.
aws s3api get-bucket-acl --bucket bucket-name
Replace bucket-name
with the name of the identified S3 bucket.
Using Python