Comparing version 4.1.6 to 4.1.7
4.1.7 / 2016-03-30 | ||
================== | ||
* Trim access key id/secret | ||
4.1.6 / 2016-03-16 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -60,2 +60,4 @@ /** | ||
copy(options).and(DEFAULT_OPTIONS).to(this.options); | ||
this.options.accessKeyId = this.options.accessKeyId.trim(); | ||
this.options.accessKeySecret = this.options.accessKeySecret.trim(); | ||
@@ -62,0 +64,0 @@ this.options.timeout = ms(this.options.timeout); |
{ | ||
"name": "ali-oss", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128320
1924