Skip to content

Commit e53fe4a

Browse files
committed
merge
2 parents 8f0a600 + 9e0753a commit e53fe4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/cos.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ var COS = function (options) {
5959
if (this.options.AppId) {
6060
console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").');
6161
}
62-
6362
// 云API SDK 用小写密钥,这里兼容并 warning
6463
if (this.options.secretId || this.options.secretKey) {
6564
if (this.options.secretId && !this.options.SecretId) this.options.SecretId = this.options.secretId;

0 commit comments

Comments
 (0)