mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
possibly avoid some extra S3 charges
Refs https://github.com/boto/boto/issues/2078
This commit is contained in:
parent
00cb50a41a
commit
7861f6e8a5
@ -87,7 +87,7 @@ if __name__ == '__main__':
|
|||||||
mode, friendly_name, dependencies_file, directory = argv
|
mode, friendly_name, dependencies_file, directory = argv
|
||||||
|
|
||||||
conn = S3Connection()
|
conn = S3Connection()
|
||||||
bucket = conn.lookup(BUCKET_NAME)
|
bucket = conn.lookup(BUCKET_NAME, validate=False)
|
||||||
if bucket is None:
|
if bucket is None:
|
||||||
raise SystemExit("Could not access bucket!")
|
raise SystemExit("Could not access bucket!")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user