Comparing version 3.0.2 to 3.0.3
3.0.3 / 2015-10-03 | ||
================== | ||
* feat: change check status file path | ||
3.0.2 / 2015-10-01 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -142,3 +142,3 @@ /**! | ||
proto._checkAvailable = function*(first) { | ||
const name = '._ali-oss.check.status.' + currentIP + '.txt'; | ||
const name = '._ali-oss/check.status.' + currentIP + '.txt'; | ||
if (first) { | ||
@@ -145,0 +145,0 @@ // only start will try to write the file |
{ | ||
"name": "ali-oss", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"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
99365