summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-13 23:47:35 +0000
committerGerrit Code Review <review@openstack.org>2015-07-13 23:47:35 +0000
commitdd45ae542b61fd98acaa8e56ab5831ee7c8b95aa (patch)
treeda3df91e3f73a5d386027d6da75155d8f548daca
parentde3fe02ba7d0112b6128a497981680bfad5b0f6b (diff)
parentca70dd9e158cc18faad165246c93c4d6a6aa6628 (diff)
downloadpython-swiftclient-dd45ae542b61fd98acaa8e56ab5831ee7c8b95aa.tar.gz
Merge "add tempurl command to swift.1 man page"
-rw-r--r--doc/manpages/swift.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index a470432..446ade4 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -104,6 +104,14 @@ is not provided the storage-url retrieved after authentication is used as
proxy-url.
.RE
+\fBtempurl\fR method seconds path key
+.RS 4
+Generates a temporary URL allowing unauthenticated access to the Swift object at
+the given path, using the given HTTP method, for the given number of seconds,
+using the given TempURL key. \fBExample\fR: tempurl GET 86400
+/v1/AUTH_foo/bar_container/quux.md my_secret_tempurl_key
+.RE
+
.SH OPTIONS
.PD 0
.IP "--version Show program's version number and exit"