Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prozi/s3-upload-folder
- Owner: Prozi
- License: mit
- Created: 2021-08-30T01:11:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T16:04:24.000Z (about 1 year ago)
- Last Synced: 2024-11-28T05:36:17.445Z (about 2 months ago)
- Topics: amazon, aws, aws-s3, cli, command-line, command-line-tool, s3, s3-bucket
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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