mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
update boto & s3_cache.py
This commit is contained in:
parent
f27b864f7b
commit
7b386a566f
@ -1 +1 @@
|
||||
boto==2.20.0
|
||||
boto==2.25.0
|
||||
|
@ -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!")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user