python-botocore/tests/unit/response_parsing/xml/responses/s3-get-bucket-acl.json
2016-02-02 17:54:52 +09:00

18 lines
503 B
JSON

{
"Owner": {
"DisplayName": "CustomersName@amazon.com",
"ID": "75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a"
},
"Grants": [
{
"Grantee": {
"DisplayName": "CustomersName@amazon.com",
"ID": "75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a",
"Type": "CanonicalUser"
},
"Permission": "FULL_CONTROL"
}
],
"ResponseMetadata": {}
}