mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint
This commit is contained in:
parent
1bbe45538e
commit
cc754b4837
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def query(key, keyid, method='GET', params=None, headers=None,
|
|||
requesturl=None, return_url=False, bucket=None, service_url=None,
|
||||
path='', return_bin=False, action=None, local_file=None,
|
||||
verify_ssl=True, full_headers=False, kms_keyid=None,
|
||||
location=DEFAULT_LOCATION):
|
||||
location=None):
|
||||
'''
|
||||
Perform a query against an S3-like API. This function requires that a
|
||||
secret key and the id for that key are passed in. For instance:
|
||||
|
|
Loading…
Add table
Reference in a new issue