0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

possibly avoid some extra S3 charges

Refs https://github.com/boto/boto/issues/2078
This commit is contained in:
Chris Rebert 2014-02-05 10:45:05 -08:00
parent 00cb50a41a
commit 7861f6e8a5

View File

@ -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!")