diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py index adc466e008..472963a1e4 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) + bucket = conn.lookup(BUCKET_NAME, validate=False) if bucket is None: raise SystemExit("Could not access bucket!")