https://github.com/artyom/s3put
Simple utility to upload files to S3 bucket
https://github.com/artyom/s3put
Last synced: about 1 month ago
JSON representation
Simple utility to upload files to S3 bucket
- Host: GitHub
- URL: https://github.com/artyom/s3put
- Owner: artyom
- Created: 2014-10-27T16:49:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T10:09:37.000Z (almost 11 years ago)
- Last Synced: 2025-01-14T08:09:06.394Z (over 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
s3put is a simple no-dependence utility to upload files to Amazon S3 buckets.
Usage: s3put [flags]
-acl="private": ACL (S3_ACL variable)
-ak="": access key (S3_ACCESS_KEY variable)
-b="": bucket (S3_BUCKET variable)
-p="": prefix path to add to uploaded filename (subdirectory)
-reg="us-west-1": region (S3_REGION variable)
-sk="": secret key (S3_SECRET_KEY variable)