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.
2 parents 8f0a600 + 9e0753a commit e53fe4aCopy full SHA for e53fe4a
sdk/cos.js
@@ -59,7 +59,6 @@ var COS = function (options) {
59
if (this.options.AppId) {
60
console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").');
61
}
62
-
63
// 云API SDK 用小写密钥,这里兼容并 warning
64
if (this.options.secretId || this.options.secretKey) {
65
if (this.options.secretId && !this.options.SecretId) this.options.SecretId = this.options.secretId;
0 commit comments