Skip to content

Commit 0c8cca4

Browse files
authored
fix bucket_info
1 parent 33ceaa0 commit 0c8cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/services/storage/bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def bucket_info(self, bucket_name):
327327
Args:
328328
bucket_name: 存储空间名
329329
"""
330-
return self.__post('v2/bucketInfo?bucket={}'.format(bucket_name), )
330+
return self.__uc_do('v2/bucketInfo?bucket={}'.format(bucket_name), )
331331

332332
def __uc_do(self, operation, *args):
333333
return self.__server_do(config.get_default('default_uc_host'), operation, *args)

0 commit comments

Comments
 (0)