update boto & s3_cache.py

Esse commit está contido em:
Chris Rebert
2014-02-25 19:40:15 -08:00
commit 7b386a566f
2 arquivos alterados com 2 adições e 2 exclusões
+1 -1
Ver Arquivo
@@ -1 +1 @@
boto==2.20.0
boto==2.25.0
+1 -1
Ver Arquivo
@@ -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!")