possibly avoid some extra S3 charges
Refs https://github.com/boto/boto/issues/2078
This commit is contained in:
parent
00cb50a41a
commit
7861f6e8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue