From: Chris Rebert Date: Wed, 26 Feb 2014 03:40:15 +0000 (-0800) Subject: update boto & s3_cache.py X-Git-Tag: v3.2.0~426^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b386a566f6f199698f200d9dff4b8cf5da3ed07;p=thirdparty%2Fbootstrap.git update boto & s3_cache.py --- diff --git a/test-infra/requirements.txt b/test-infra/requirements.txt index 95fbf1a3b0..fe44343da2 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 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!")