0.2.7 • Published 6 years ago

@jaaromy/s3-sync v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

s3-sync

Install from NPM

npm install @jaaromy/s3-sync -g
s3-sync -s '.' -b 'my-bucket'

Console Help Contents

s3-sync --help
Watch a local file, directory, or glob for changes and sync them to an s3 bucket
(or bucket and path). Must have aws CLI installed.

Usage: s3-sync -s [string] -b [string]

Options:
  --version     Show version number                                    [boolean]
  --source, -s  local source directory, file, or blob
  --bucket, -b  S3 bucket (with optional path) that is destination of sync
  --list        list active syncs
  --logs, -l    show last 15 lines of logs
  --stop        stop watching all sources
  -h, --help    Show help                                              [boolean]

Examples:
  s3-sync -s '/path/to/file/or/directory' -b 's3-bucket/and/path'
  s3-sync --source '/a/glob/*/**' --bucket 's3-bucket'
0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago