diff options
author | Cheng Li <shcli@cn.ibm.com> | 2016-05-31 14:32:58 +0800 |
---|---|---|
committer | Cheng Li <shcli@cn.ibm.com> | 2016-06-02 22:53:18 +0800 |
commit | 69bf4634b972ef2ee0ec1f015d71223203f0bb1a (patch) | |
tree | 7284f413432d077860a12634419a279deb7bd634 /doc/manpages/swift.1 | |
parent | f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e (diff) | |
download | python-swiftclient-69bf4634b972ef2ee0ec1f015d71223203f0bb1a.tar.gz |
Add an option: disable etag check on downloads
This patch is to add an option of disable etag
check on downloads.
Change-Id: I9ad389dd691942dea6db470ca3f0543eb6e9703e
Closes-bug: #1581147
Diffstat (limited to 'doc/manpages/swift.1')
-rw-r--r-- | doc/manpages/swift.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index b9f99c4..575adbe 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -86,6 +86,7 @@ container, or a list of objects depending on the args given. For a single object download, you may use the \-o [\-\-output] <filename> option to redirect the output to a specific file or if "-" then just redirect to stdout or with \-\-no-download actually not to write anything to disk. +The \-\-ignore-checksum is an option that turn off checksum validation. You can specify optional headers with the repeatable cURL-like option \-H [\-\-header]. For more details and options see swift download \-\-help. .RE |