Skip to content

Commit

Permalink
Merge pull request #41 from dt3310321/s3
Browse files Browse the repository at this point in the history
S3
  • Loading branch information
dt3310321 authored Apr 8, 2018
2 parents e8ae0db + f9f2856 commit b9db8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ def restore_object(self, Bucket, Key, RestoreRequest={}, **kwargs):
auth=CosS3Auth(self._conf._secret_id, self._conf._secret_key, Key),
headers=headers,
params=params)
print rt.headers
return None

# s3 bucket interface begin
Expand Down
1 change: 1 addition & 0 deletions qcloud_cos/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from qcloud_cos import CosServiceError
from qcloud_cos import CosClientError

import sys
import logging

# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7
Expand Down

0 comments on commit b9db8e8

Please sign in to comment.