This commit is contained in:
Colton Myers 2015-08-28 17:41:13 -06:00
parent 1bbe45538e
commit cc754b4837

View file

@ -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: