summaryrefslogtreecommitdiff
path: root/boto/s3/key.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/s3/key.py')
-rw-r--r--boto/s3/key.py8
1 files 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.