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 33ceaa0 commit 0c8cca4Copy full SHA for 0c8cca4
qiniu/services/storage/bucket.py
@@ -327,7 +327,7 @@ def bucket_info(self, bucket_name):
327
Args:
328
bucket_name: 存储空间名
329
"""
330
- return self.__post('v2/bucketInfo?bucket={}'.format(bucket_name), )
+ return self.__uc_do('v2/bucketInfo?bucket={}'.format(bucket_name), )
331
332
def __uc_do(self, operation, *args):
333
return self.__server_do(config.get_default('default_uc_host'), operation, *args)
0 commit comments