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 f2f74df commit 60f4ba5Copy full SHA for 60f4ba5
test/test.js
@@ -6958,6 +6958,7 @@ group('retry myqcloud.com', function () {
6958
const cos = new COS({
6959
SecretId: config.SecretId,
6960
SecretKey: config.SecretKey,
6961
+ Protocol: 'http',
6962
AutoSwitchHost: false,
6963
Timeout: 10000,
6964
});
@@ -7058,6 +7059,7 @@ group('retry tencentcos.cn', function () {
7058
7059
7060
7061
7062
7063
7064
7065
Domain: '{Bucket}.cos.{Region}.tencentcos.cn',
0 commit comments