Comparing version 4.10.0 to 4.10.1
4.10.1 / 2017-08-30 | ||
================== | ||
* fix issue #288: startsWith not support by ie11 (#289) | ||
* fix: add 4.10.0 dist | ||
4.10.0 / 2017-08-07 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -513,4 +513,5 @@ 'use strict'; | ||
var suffix = internal ? '-internal.aliyuncs.com' : '.aliyuncs.com'; | ||
var prefix = 'vpc100-oss-cn-'; | ||
// aliyun VPC region: https://help.aliyun.com/knowledge_detail/38740.html | ||
if (region.startsWith('vpc100-oss-cn-')) { | ||
if (region.substr(0, prefix.length) === prefix) { | ||
suffix = '.aliyuncs.com'; | ||
@@ -517,0 +518,0 @@ } |
{ | ||
"name": "ali-oss", | ||
"version": "4.10.0", | ||
"version": "4.10.1", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -89,2 +89,2 @@ "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
148446
2147