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

17 lines
398 B
JSON

{
"LoggingEnabled": {
"TargetPrefix": "mybucket-access_log-/",
"TargetBucket": "mybucketlogs",
"TargetGrants": [
{
"Grantee": {
"EmailAddress": "user@company.com",
"Type": "AmazonCustomerByEmail"
},
"Permission": "READ"
}
]
},
"ResponseMetadata": {}
}