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 18d092a commit 246cd18Copy full SHA for 246cd18
src/Qiniu/Storage/BucketManager.php
@@ -59,7 +59,7 @@ public function listbuckets(
59
$line = 'false',
60
$shared = 'false'
61
) {
62
- $path = '/v3/buckets?region=' . $region . '&line=' . $line . '&shared=' . $share;
+ $path = '/v3/buckets?region=' . $region . '&line=' . $line . '&shared=' . $shared;
63
$info = $this->ucPost($path);
64
return $info;
65
}
0 commit comments