s3-kit

A simple folder syncing application for S3


Keywords
sync, s3, backup
License
ISC
Install
npm install s3-kit@0.1.0

Documentation

S3Sync

A simple file syncing solution using Amazon Web Service S3.

AWS Credentials are required for s3sync to run, specify them using:

export AWS_ACCESS_KEY_ID='AKID'
export AWS_SECRET_ACCESS_KEY='SECRET'