We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221e91 commit 7cce95aCopy full SHA for 7cce95a
S3.php
@@ -381,7 +381,7 @@ public static function listBuckets($detailed = false)
381
{
382
if (isset($rest->body->Owner, $rest->body->Owner->ID, $rest->body->Owner->DisplayName))
383
$results['owner'] = array(
384
- 'id' => (string)$rest->body->Owner->ID, 'name' => (string)$rest->body->Owner->ID
+ 'id' => (string)$rest->body->Owner->ID, 'name' => (string)$rest->body->Owner->DisplayName
385
);
386
$results['buckets'] = array();
387
foreach ($rest->body->Buckets->Bucket as $b)
0 commit comments