react-s3-uploader
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "react-s3-uploader", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "React component that renders a file input and automatically uploads to an S3 bucket", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ | ||
var mimeType = mime.lookup(filename); | ||
var fileKey = getFileKeyDir(req) + '/' + filename; | ||
var fileKey = checkTrailingSlash(getFileKeyDir(req)) + filename; | ||
@@ -51,0 +51,0 @@ var s3 = new aws.S3(); |
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
11650