@alexbainter/s3-sync
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -38,7 +38,11 @@ 'use strict'; | ||
.deleteObjects({ | ||
Objects: deleteFilenames.map((key) => ({ Key: key })), | ||
Delete: { Objects: deleteFilenames.map((key) => ({ Key: key })) }, | ||
}) | ||
.promise() | ||
).then(() => { | ||
console.log(`Removed\n${deleteFilenames.join('\n')}\n`); | ||
console.log( | ||
`Removed ${deleteFilenames.length} files:\n${deleteFilenames.join( | ||
'\n' | ||
)}\n` | ||
); | ||
}); | ||
@@ -45,0 +49,0 @@ }); |
{ | ||
"name": "@alexbainter/s3-sync", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Transfer files to and from S3", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
22241
579