0.1.0 • Published 9 years ago

s3-kit v0.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

S3Sync

A simple file syncing solution using Amazon Web Service S3.

Config is specified in app/config.json, the structure is:

{
  "aws":{
    "region":"REGIONNAME"
  }
}

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

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

9 years ago