Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/s3put
Node library to upload files to s3 and set common meta data
https://github.com/firstandthird/s3put
Last synced: 14 days ago
JSON representation
Node library to upload files to s3 and set common meta data
- Host: GitHub
- URL: https://github.com/firstandthird/s3put
- Owner: firstandthird
- Created: 2016-09-16T02:56:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T16:21:27.000Z (over 6 years ago)
- Last Synced: 2025-01-11T01:36:06.110Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3put
## Authenticate with S3
There are a few ways to authenticate
1. Pass in aws profile with `--profile [profile]`. It will read from `~/.aws/credentials`
2. Set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` env variables
3. Set `AWS_PROFILE` env variable