Comparing version 0.0.4 to 0.0.5
@@ -112,3 +112,3 @@ /* jshint laxcomma: true */ | ||
Aws3.prototype.filePath = function() { | ||
return (this.path.replace(/\/$/, '')+'/'+this.filename).replace(/^\//, ''); | ||
return (this.path.replace(/\/$/, '')+'/'+encodeURIComponent(this.filename)).replace(/^\//, ''); | ||
}; | ||
@@ -145,1 +145,2 @@ | ||
{ | ||
"name": "aws3.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple AWS S3 Generator", | ||
@@ -5,0 +5,0 @@ "main": "aws3.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
7067