aboutsummaryrefslogtreecommitdiff
path: root/test-infra/s3_cache.py
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-25 19:40:15 -0800
committerChris Rebert <[email protected]>2014-02-25 19:40:15 -0800
commit7b386a566f6f199698f200d9dff4b8cf5da3ed07 (patch)
treee71dc26b3fb203ca953ead64581549069af5d609 /test-infra/s3_cache.py
parentf27b864f7ba34c8484e31c1b430312ffd0e4e178 (diff)
downloadbootstrap-7b386a566f6f199698f200d9dff4b8cf5da3ed07.tar.xz
bootstrap-7b386a566f6f199698f200d9dff4b8cf5da3ed07.zip
update boto & s3_cache.py
Diffstat (limited to 'test-infra/s3_cache.py')
-rwxr-xr-xtest-infra/s3_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py
index 472963a1e..adc466e00 100755
--- a/test-infra/s3_cache.py
+++ b/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, validate=False)
+ bucket = conn.lookup(BUCKET_NAME)
if bucket is None:
raise SystemExit("Could not access bucket!")