Skip to content

Commit c1f1e8c

Browse files
authored
Merge pull request #160 from dt3310321/s3
add content-length
2 parents 65c35ab + 18be9ca commit c1f1e8c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

qcloud_cos/cos_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def filter_headers(data):
2323
"content-type",
2424
"expires",
2525
"content-md5",
26+
"content-length",
2627
"host"
2728
]
2829
headers = {}

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.9.5'
2+
__version__ = '5.1.9.6'

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.9.5',
19+
version='1.9.6',
2020
url='https://www.qcloud.com/',
2121
license='MIT',
2222
author='tiedu, lewzylu, channingliu',

0 commit comments

Comments
 (0)