Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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