Comparing version 0.8.5 to 0.8.6
@@ -86,3 +86,3 @@ "use strict"; | ||
// some reason. | ||
return filename.replace(/[!'()*]/g, function (char) { | ||
return filename.replace(/[!'()* ]/g, function (char) { | ||
return '%' + char.charCodeAt(0).toString(16); | ||
@@ -207,2 +207,6 @@ }); | ||
if (options.port !== undefined && isNaN(parseInt(options.port))) { | ||
throw new Error('port must be a number.'); | ||
} | ||
var invalidness = isInvalid(options.bucket); | ||
@@ -752,3 +756,4 @@ var dnsUncompliance = isNotDnsCompliant(options.bucket); | ||
Size: Number, | ||
Contents: Array | ||
Contents: Array, | ||
CommonPrefixes: Array | ||
}; | ||
@@ -755,0 +760,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -12,0 +12,0 @@ "contributors": [ |
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
44188
1037