Skip to content

Commit

Permalink
update user-agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed Dec 8, 2017
1 parent 9976191 commit 40a4f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def send_request(self, method, url, timeout=30, **kwargs):
timeout = self._conf._timeout
if self._conf._token is not None:
kwargs['headers']['x-cos-security-token'] = self._conf._token
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5'
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.3.1'
try:
for j in range(self._retry):
if method == 'POST':
Expand Down

0 comments on commit 40a4f66

Please sign in to comment.