Skip to content

Commit a5ed160

Browse files
committed
publish 1.7.4
1 parent 71392e1 commit a5ed160

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

qcloud_cos/cos_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def uri(self, bucket, path=None, endpoint=None):
108108
if path[0] == u'/':
109109
path = path[1:]
110110
path = quote(to_bytes(path), '/-_.~')
111+
path = path.replace('./', '.%2F')
111112
request_url = u"{scheme}://{url}/{path}".format(
112113
scheme=to_unicode(scheme),
113114
url=to_unicode(url),

qcloud_cos/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '5.1.7.2'
2+
__version__ = '5.1.7.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def long_description():
1616

1717
setup(
1818
name='cos-python-sdk-v5',
19-
version='1.7.1',
19+
version='1.7.3',
2020
url='https://www.qcloud.com/',
2121
license='MIT',
2222
author='tiedu, lewzylu, channingliu',

0 commit comments

Comments
 (0)