Skip to content

Commit 465a955

Browse files
authored
Update cos_client.py
1 parent faa478c commit 465a955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/cos_client.py

Lines changed: 1 addition & 1 deletion
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.2'
152+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.3'
153153
kwargs['headers'] = format_values(kwargs['headers'])
154154
if 'data' in kwargs:
155155
kwargs['data'] = to_bytes(kwargs['data'])

0 commit comments

Comments
 (0)