Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prozi/s3-upload-folder

Command Line amazon s3 aws upload folder
https://github.com/prozi/s3-upload-folder

amazon aws aws-s3 cli command-line command-line-tool s3 s3-bucket

Last synced: about 1 month ago
JSON representation

Command Line amazon s3 aws upload folder

Awesome Lists containing this project

README

        

# Prerequisites

Get your AWS credentials and place them where [aws-sdk](https://www.npmjs.com/package/aws-sdk) package needs them: [docs.aws.amazon.com](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html)

# Usage

Usage: `s3-upload-folder folder bucket_name [folder] [--dry] [--public]`

- `folder` - folder contents to upload
- `bucket_name` - your s3 bucket name
- `folder` - relative target path (defaults to folder to upload, can use ..)
- `--dry` - run example how it would look, without upload
- `--public` - specify upload objects as public