Skip to content

Commit e9267fd

Browse files
authored
update user-agent to cos-python-sdk-v5.3.2
1 parent 8cb717d commit e9267fd

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
@@ -143,7 +143,7 @@ def send_request(self, method, url, timeout=30, **kwargs):
143143
timeout = self._conf._timeout
144144
if self._conf._token is not None:
145145
kwargs['headers']['x-cos-security-token'] = self._conf._token
146-
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.3.1'
146+
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.3.2'
147147
try:
148148
for j in range(self._retry):
149149
if method == 'POST':

0 commit comments

Comments
 (0)