cloud-push

CLI tool to upload files to Amazon S3 Bucket

Usage no npm install needed!

<script type="module">
  import cloudPush from 'https://cdn.skypack.dev/cloud-push';
</script>

README

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