From e9392d6baf0d5a21c2ea4e7dc1e9c7ea8bdc79a6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 25 Mar 2014 18:59:14 -0400 Subject: [PATCH] Update cli.py --- bob/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/cli.py b/bob/cli.py index ca6cec8..7945b1d 100644 --- a/bob/cli.py +++ b/bob/cli.py @@ -10,7 +10,7 @@ Options: --overwrite allow overwriting of deployed archives. Configuration: - Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_BUCKET + Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_BUCKET, S3_PREFIX (optional) """ import os @@ -71,4 +71,4 @@ def dispatch(): try: main() except KeyboardInterrupt: - print 'ool.' \ No newline at end of file + print 'ool.'