We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527e511 commit f38047eCopy full SHA for f38047e
ut/test.py
@@ -3470,6 +3470,10 @@ def test_cos_comm_misc():
3470
r = format_path('/test/path/to')
3471
assert r == 'test/path/to'
3472
3473
+def test_cosconfig_misc():
3474
+ test_conf = CosConfig(Access_id=SECRET_ID, Access_key=SECRET_KEY)
3475
+ test_conf.set_ip_port('10.0.0.1', 80)
3476
+ test_conf.set_credential(SecretId=SECRET_ID, SecretKey=SECRET_KEY, Token=None)
3477
3478
def test_cos_exception_unknow():
3479
msg = '<Error></Error>'
0 commit comments