# Pastebin 2NKp7yY2 aws s3api get-bucket-acl --bucket manu-test-acls-2 { "Owner": { "DisplayName": "test:tester", "ID": "test:tester" }, "Grants": [ { "Grantee": { "Type": "Group", "URI": "http://acs.amazonaws.com/groups/global/AllUsers" }, "Permission": "READ" }, { "Grantee": { "Type": "CanonicalUser", "DisplayName": "test:tester", "ID": "test:tester" }, "Permission": "FULL_CONTROL" } ] }