Comparing version 3.1.0 to 3.1.1
@@ -904,3 +904,5 @@ var AWS = require('aws-sdk'); | ||
walker.stop(); | ||
if (err.path === dirWithSlash && err.code === 'ENOENT') { | ||
// when uploading, we don't want to delete based on a nonexistent source directory | ||
// but when downloading, the destination directory does not have to exist. | ||
if (!directionIsToS3 && err.path === dirWithSlash && err.code === 'ENOENT') { | ||
cb(); | ||
@@ -907,0 +909,0 @@ } else { |
{ | ||
"name": "s3", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "high level amazon s3 client. upload and download files and directories", | ||
@@ -5,0 +5,0 @@ "main": "index.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
46318
935