7 lines
208 B
Text
7 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>
|