mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
same here
This commit is contained in:
parent
21b79e00be
commit
8102ac8e3c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def get(bucket='', path='', return_bin=False, action=None,
|
|||
role_arn=role_arn)
|
||||
|
||||
|
||||
def head(bucket, path=None, key=None, keyid=None, service_url=None,
|
||||
def head(bucket, path='', key=None, keyid=None, service_url=None,
|
||||
verify_ssl=None, kms_keyid=None, location=None, role_arn=None):
|
||||
'''
|
||||
Return the metadata for a bucket, or an object in a bucket.
|
||||
|
|
Loading…
Add table
Reference in a new issue