mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
In order for the heredoc to be correct, bucket and path have to default to '', not None
This commit is contained in:
parent
53d14d8ad9
commit
21b79e00be
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def delete(bucket, path=None, action=None, key=None, keyid=None,
|
|||
role_arn=role_arn)
|
||||
|
||||
|
||||
def get(bucket=None, path=None, return_bin=False, action=None,
|
||||
def get(bucket='', path='', return_bin=False, action=None,
|
||||
local_file=None, key=None, keyid=None, service_url=None,
|
||||
verify_ssl=None, kms_keyid=None, location=None, role_arn=None):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue