You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cloud-push

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-push

CLI tool to upload files to Amazon S3 Bucket

0.0.7
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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

Keywords

s3

FAQs

Package last updated on 11 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts