mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
possibly avoid some extra S3 charges
Refs https://github.com/boto/boto/issues/2078
This commit is contained in:
@@ -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!")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user