2202ac6080
also add a `run` script for testing purposes
6 lines
208 B
Text
6 lines
208 B
Text
# http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html#cli-signup
|
|
AWS_ACCESS_KEY_ID=<key>
|
|
AWS_SECRET_ACCESS_KEY=<secret>
|
|
|
|
# exclude the `s3://` prefix/protocol
|
|
S3_BUCKET=<bucket name>
|