cos-nodejs-sdk-v5
Advanced tools
Comparing version 2.11.17 to 2.11.18
{ | ||
"name": "cos-nodejs-sdk-v5", | ||
"version": "2.11.17", | ||
"version": "2.11.18", | ||
"description": "cos nodejs sdk v5", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -89,3 +89,3 @@ 'use strict'; | ||
// 支持外部传入Cred动态秘钥 | ||
if (this.options.Credentials) { | ||
if (this.options.Credentials.secretId && this.options.Credentials.secretKey) { | ||
this.options.SecretId = this.options.Credentials.secretId || ''; | ||
@@ -92,0 +92,0 @@ this.options.SecretKey = this.options.Credentials.secretKey || ''; |
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
806929
0