1.1.0 • Published 9 years ago

quick-s3 v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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

1.1.0

9 years ago

1.0.0

9 years ago

0.0.1

10 years ago

0.0.0

10 years ago