0.0.7 • Published 10 years ago

cloud-push v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Amazon-S3-CLI-Client

A command line tool for uploading files to S3

NPM

Install

npm install cloud-push -g

Configure

Automatic

Run cloud-push configure and it will prompt to enter IAM key and secret. The config file will be automatically created.

Manual

Create a credentials file at ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME.aws\credentials on Windows

[default]
aws_access_key_id = your_access_key
aws_secret_access_key = your_secret_key

Upload a file to S3

Usage: cloud-push [options] [command] <file>

  Commands:

    configure|config   Configure Cloud Push

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -b, --bucket <bucket>  The bucket to upload to

Example

cloud-push -b test-cli myFile.png

Known Issues

Contribute

Feature Request, Bugs and Ideas can be added here.

About Author

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago