Skip to content

Commit d2dbc7a

Browse files
authored
Update cos_client.py
1 parent bc8cf3c commit d2dbc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/cos_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def send_request(self, method, url, timeout=30, **kwargs):
149149
timeout = self._conf._timeout
150150
if self._conf._token is not None:
151151
kwargs['headers']['x-cos-security-token'] = self._conf._token
152-
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.0'
152+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.1'
153153
kwargs['headers'] = format_values(kwargs['headers'])
154154
if 'data' in kwargs:
155155
kwargs['data'] = to_bytes(kwargs['data'])

0 commit comments

Comments
 (0)