]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
possibly avoid some extra S3 charges
authorChris Rebert <github@rebertia.com>
Wed, 5 Feb 2014 18:45:05 +0000 (10:45 -0800)
committerChris Rebert <github@rebertia.com>
Wed, 5 Feb 2014 18:45:05 +0000 (10:45 -0800)
Refs https://github.com/boto/boto/issues/2078

test-infra/s3_cache.py

index adc466e0089a74750a6a1e0ad0af34eca65b04d4..472963a1e4a6c9ace6044273c7f728812aa8458b 100755 (executable)
@@ -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!")