Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e818b63

Browse files
author
Kenneth Reitz
committed
Merge remote-tracking branch 'origin/master'
2 parents ffb9c37 + e9392d6 commit e818b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bob/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--overwrite allow overwriting of deployed archives.
1111
1212
Configuration:
13-
Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_BUCKET
13+
Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_BUCKET, S3_PREFIX (optional)
1414
"""
1515
import os
1616

@@ -71,4 +71,4 @@ def dispatch():
7171
try:
7272
main()
7373
except KeyboardInterrupt:
74-
print 'ool.'
74+
print 'ool.'

0 commit comments

Comments
 (0)