aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-infra/requirements.txt2
-rwxr-xr-xtest-infra/s3_cache.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-infra/requirements.txt b/test-infra/requirements.txt
index 95fbf1a3b..fe44343da 100644
--- a/test-infra/requirements.txt
+++ b/test-infra/requirements.txt
@@ -1 +1 @@
-boto==2.20.0
+boto==2.25.0
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!")