1.0.0 • Published 6 years ago

@lifeio/s3cp v1.0.0

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

s3cp

Utility for copying things from s3.

Installation

# Global
$ npm install -g @lifeio/s3cp

# Local
$ npm install @lifeio/s3cp (run with npx)

Usage

  Usage: s3cp [OPTIONS] s3://[bucket]:[keyPrefix] [outputDir]

  Options:
      -h,  --help         Display help screen
      -f,  --flatten      If set will flatten the source key path to root of outputDir
      -p,  --profile      If using local ~/.aws credentials
      -r,  --region       Region to use for secrets lookup
      -v,  --version      Display version
1.0.0

6 years ago