quick-s3

1.1.0 • Public • Published

Quick S3

Quickly upload to S3.

First, install with npm:

npm i -g quick-s3

Next, create a json file at ~/.quick-s3.json with your key, secret, and bucket:

{
  "key": "<api-key-here>",
  "secret": "<secret-here>",
  "bucket": "somebucket"
}

To send something to S3:

quick-s3 path/to/file.ext [destination/filename.ext]

Destination location is optional. If not specified, the file will be copied to the root with the same basename.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i quick-s3

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • dguttman