cloud-push
v0.0.7
Published
CLI tool to upload files to Amazon S3 Bucket
Downloads
10
Readme
Amazon-S3-CLI-Client
A command line tool for uploading files to S3
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
- Built with <3 by Arjun Komath / [email protected]