Skip to content

Commit

Permalink
update user-agent to cos-python-sdk-v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 authored Jan 25, 2018
1 parent 8cb717d commit e9267fd
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 @@ -143,7 +143,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.3.1'
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.3.2'
try:
for j in range(self._retry):
if method == 'POST':
Expand Down

0 comments on commit e9267fd

Please sign in to comment.