Skip to content

Commit a27576e

Browse files
committed
Fix up upload_part has no headers
1 parent 267075c commit a27576e

File tree

7 files changed

+1
-0
lines changed

7 files changed

+1
-0
lines changed

qcloud_cos/cos_auth.pyc

3.46 KB
Binary file not shown.

qcloud_cos/cos_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ def upload_part(self, Bucket, Key, Body, PartNumber, UploadId, **kwargs):
336336
rt = self.send_request(
337337
method='PUT',
338338
url=url,
339+
headers=headers,
339340
auth=CosS3Auth(self._conf._access_id, self._conf._access_key),
340341
data=Body)
341342
response = dict()

qcloud_cos/cos_client.pyc

20.3 KB
Binary file not shown.

qcloud_cos/cos_exception.pyc

4.37 KB
Binary file not shown.

qcloud_cos/cos_s3.log

Whitespace-only changes.

qcloud_cos/streambody.pyc

1.66 KB
Binary file not shown.

qcloud_cos/xml2dict.pyc

1.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)