aws-s3-sync

0.1.7 • Public • Published

Amazon S3 Bucket Sync Tool

Usage

$ s3sync <config json file>
$
$ Options:
$
$   -f, --force-upload      Upload all files
$   -i, --incremental-mode  Only upload new/changed file

Configuration file

create the .s3sync.json file in your current working directory.

{
  "source": "./lib",
  "dest": "s3sync",
  "accessKeyId": "amazon-key",
  "secretAccessKey": "amazon-secret",
  "region": "us-west-2",
  "cacheControl": "max-age:3600",
  "bucket": "bucket-name"
}

Readme

Keywords

Package Sidebar

Install

npm i aws-s3-sync

Weekly Downloads

15

Version

0.1.7

License

MIT

Last publish

Collaborators

  • raecoo