From a12ab54dac21bdaf0ac3754dec8550fa75cf9f21 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 13 Feb 2014 15:18:39 -0500 Subject: update bootstrap to 3.1.0 --- bower_components/bootstrap/test-infra/s3_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bower_components/bootstrap/test-infra/s3_cache.py') 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!") -- cgit v1.2.3