Amazon Web Services - Command Line Interface (AWS-CLI) has a sync command. Unfortunately AWS CLI's sync
method is a bit buggy. I'd like to sync to S3 using a gulp build process and Amazon's javascript/node SDK.
Unfortunately, the SDK doesn't seem to have a sync method, or does it?
What is the best way to sync whole directories in Node with AWS S3?
sync
method? Here is the list of methods, andsync
isn't in there: docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html – Reproducesync
option: npmjs.com/package/s3 – Statistician