Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 472963a1e4..adc466e008 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!")