Skip to content

Commit c5e5ed7

Browse files
committed
modify UA to 5.1.5.0
1 parent 016ff3a commit c5e5ed7

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.4.1'
152+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.0'
153153
kwargs['headers'] = format_values(kwargs['headers'])
154154
if 'data' in kwargs:
155155
kwargs['data'] = to_bytes(kwargs['data'])

0 commit comments

Comments
 (0)