s3put
v4.0.1
Published
Node library and cli to crop, optimize and upload images and document to s3.
Downloads
77
Readme
s3put
Authenticate with S3
There are a few ways to authenticate
- Pass in aws profile with
--profile [profile]
. It will read from~/.aws/credentials
- Set
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
env variables - Set
AWS_PROFILE
env variable