From b98fcd20897f4dee5c3fddad26ba83a2cc6a2944 Mon Sep 17 00:00:00 2001 From: Steven Richards Date: Wed, 19 Aug 2015 22:23:05 -0700 Subject: Fix 3264: Add documentation for query_auth --- boto/s3/key.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boto/s3/key.py b/boto/s3/key.py index 194c6b6e..8e00d12e 100644 --- a/boto/s3/key.py +++ b/boto/s3/key.py @@ -634,17 +634,17 @@ class Key(object): Generate a URL to access this key. :type expires_in: int - :param expires_in: How long the url is valid for, in seconds + :param expires_in: How long the url is valid for, in seconds. :type method: string :param method: The method to use for retrieving the file - (default is GET) + (default is GET). :type headers: dict - :param headers: Any headers to pass along in the request + :param headers: Any headers to pass along in the request. :type query_auth: bool - :param query_auth: + :param query_auth: If True, signs the request in the URL. :type force_http: bool :param force_http: If True, http will be used instead of https. -- cgit v1.2.1