ListAllMyBucketsResult
ListAllMyBucketsResult
JSON Example
{
"owner": {
"id": "string",
"displayName": "string"
},
"buckets": [
{
"name": "string",
"creationDate": "string"
}
]
}