mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
update boto & s3_cache.py
This commit is contained in:
@@ -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!")
|
||||
|
||||
|
Reference in New Issue
Block a user