ghost-storage-adapter-s3-bartt
Advanced tools
Comparing version 0.1.9-development to 0.1.10-development
@@ -104,3 +104,3 @@ 'use strict'; | ||
Bucket: _this2.bucket, | ||
Key: stripLeadingSlash((0, _path.join)(targetDir, fileName)) | ||
Key: stripLeadingSlash((0, _path.join)(targetDir || '', stripQueryParameters(fileName))) | ||
}, function (err) { | ||
@@ -107,0 +107,0 @@ return err ? resolve(false) : resolve(true); |
@@ -77,3 +77,3 @@ { | ||
}, | ||
"version": "0.1.9-development" | ||
"version": "0.1.10-development" | ||
} |
@@ -68,3 +68,3 @@ import AWS from 'aws-sdk' | ||
Bucket: this.bucket, | ||
Key: stripLeadingSlash(join(targetDir, fileName)) | ||
Key: stripLeadingSlash(join(targetDir || '', stripQueryParameters(fileName))) | ||
}, (err) => err ? resolve(false) : resolve(true)) | ||
@@ -71,0 +71,0 @@ }) |
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
29497