Skip to content

Commit 1221df0

Browse files
authored
Update cos_client.py
1 parent 253d271 commit 1221df0

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
@@ -183,7 +183,7 @@ def send_request(self, method, url, bucket, timeout=30, **kwargs):
183183
if self._conf._timeout is not None: # 用户自定义超时时间
184184
timeout = self._conf._timeout
185185

186-
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.6'
186+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.5.7'
187187
if self._conf._token is not None:
188188
kwargs['headers']['x-cos-security-token'] = self._conf._token
189189
if bucket is not None:

0 commit comments

Comments
 (0)