Skip to content

Commit 56de8da

Browse files
committed
Key 拼接 Url 使用 camSafeUrlEncode
1 parent 4bce53b commit 56de8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var group = function (name, fn) {
4646
fn.apply(this, arguments);
4747
});
4848
};
49-
var proxy = 'http://web-proxy.tencent.com:8080';
49+
var proxy = '';
5050

5151
var cos = new COS({
5252
SecretId: config.SecretId,

0 commit comments

Comments
 (0)