Skip to content

Commit

Permalink
update version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhenghan committed Aug 14, 2020
1 parent 2f39767 commit 9e2d393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2807,9 +2807,7 @@ def list_buckets(self, **kwargs):
config = CosConfig(Region=region, SecretId=secret_id, SecretKey=secret_key, Token=token) # 获取配置对象
client = CosS3Client(config)
# 获取账户下所有存储桶信息
response = client.list_buckets(
Bucket='bucket'
)
response = client.list_buckets()
"""
headers = mapped(kwargs)
url = '{scheme}://service.cos.myqcloud.com/'.format(scheme=self._conf._scheme)
Expand Down
2 changes: 1 addition & 1 deletion qcloud_cos/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '5.1.8.1'
__version__ = '5.1.8.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def long_description():

setup(
name='cos-python-sdk-v5',
version='1.8.1',
version='1.8.3',
url='https://www.qcloud.com/',
license='MIT',
author='tiedu, lewzylu, channingliu',
Expand Down

0 comments on commit 9e2d393

Please sign in to comment.