s3-resource-simple/.env.example
Aidan Feldman 2202ac6080 finish up the out script
also add a `run` script for testing purposes
2016-03-10 03:01:02 -05:00

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>