Skip to content

Commit 37e3789

Browse files
committed
modify UA
1 parent ece048a commit 37e3789

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
@@ -153,7 +153,7 @@ def send_request(self, method, url, timeout=30, **kwargs):
153153
timeout = self._conf._timeout
154154
if self._conf._token is not None:
155155
kwargs['headers']['x-cos-security-token'] = self._conf._token
156-
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.4.1'
156+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.4.2'
157157
try:
158158
for j in range(self._retry):
159159
if method == 'POST':

0 commit comments

Comments
 (0)