Skip to content

Commit

Permalink
possibly avoid some extra S3 charges
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Feb 5, 2014
1 parent 00cb50a commit 7861f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-infra/s3_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def upload(directory):
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!")

Expand Down

0 comments on commit 7861f6e

Please sign in to comment.