Skip to content

Commit 2b77b1c

Browse files
author
libertyzhu
committed
AutoSwitchDomainOnRetry默认值设置为True
1 parent d9ecd4f commit 2b77b1c

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
@@ -44,7 +44,7 @@ def __init__(self, Appid=None, Region=None, SecretId=None, SecretKey=None, Token
4444
Access_id=None, Access_key=None, Secret_id=None, Secret_key=None, Endpoint=None, IP=None, Port=None,
4545
Anonymous=None, UA=None, Proxies=None, Domain=None, ServiceDomain=None, KeepAlive=True, PoolConnections=10,
4646
PoolMaxSize=10, AllowRedirects=False, SignHost=True, EndpointCi=None, EndpointPic=None, EnableOldDomain=True, EnableInternalDomain=True, SignParams=True,
47-
AutoSwitchDomainOnRetry=False):
47+
AutoSwitchDomainOnRetry=True):
4848
"""初始化,保存用户的信息
4949
5050
:param Appid(string): 用户APPID.

0 commit comments

Comments
 (0)