2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

update boto & s3_cache.py

This commit is contained in:
Chris Rebert
2014-02-25 19:40:15 -08:00
parent f27b864f7b
commit 7b386a566f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
boto==2.20.0
boto==2.25.0
+1 -1
View File
@@ -87,7 +87,7 @@ if __name__ == '__main__':
mode, friendly_name, dependencies_file, directory = argv
conn = S3Connection()
bucket = conn.lookup(BUCKET_NAME, validate=False)
bucket = conn.lookup(BUCKET_NAME)
if bucket is None:
raise SystemExit("Could not access bucket!")