diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-13 15:18:39 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-13 15:18:39 -0500 |
commit | a12ab54dac21bdaf0ac3754dec8550fa75cf9f21 (patch) | |
tree | 1aee04baf597c7d6d462f6694f3846a6a5572018 /bower_components/bootstrap/test-infra/s3_cache.py | |
parent | a43354fc783adee59aae1b6cfb4dc253837af316 (diff) |
update bootstrap to 3.1.0
Diffstat (limited to 'bower_components/bootstrap/test-infra/s3_cache.py')
-rwxr-xr-x | bower_components/bootstrap/test-infra/s3_cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/bootstrap/test-infra/s3_cache.py b/bower_components/bootstrap/test-infra/s3_cache.py index adc466e0..472963a1 100755 --- a/bower_components/bootstrap/test-infra/s3_cache.py +++ b/bower_components/bootstrap/test-infra/s3_cache.py @@ -87,7 +87,7 @@ if __name__ == '__main__': mode, friendly_name, dependencies_file, directory = argv conn = S3Connection() - bucket = conn.lookup(BUCKET_NAME) + bucket = conn.lookup(BUCKET_NAME, validate=False) if bucket is None: raise SystemExit("Could not access bucket!") |