fixing nit picks in python-swiftclient doc
Change-Id: Ifde19be175ea828a3137951a0382492434727b5b
This commit is contained in:
parent
0746b9b166
commit
5be9b7e310
doc
@ -103,7 +103,7 @@ For more details and options see swift delete \-\-help.
|
|||||||
\fBcapabilities\fR [\fIproxy-url\fR]
|
\fBcapabilities\fR [\fIproxy-url\fR]
|
||||||
.RS 4
|
.RS 4
|
||||||
Displays cluster capabilities. The output includes the list of the activated
|
Displays cluster capabilities. The output includes the list of the activated
|
||||||
Swift middlewares as well as relevant options for each ones. Addtionaly the
|
Swift middlewares as well as relevant options for each one. Additionally the
|
||||||
command displays relevant options for the Swift core. If the proxy-url option
|
command displays relevant options for the Swift core. If the proxy-url option
|
||||||
is not provided the storage-url retrieved after authentication is used as
|
is not provided the storage-url retrieved after authentication is used as
|
||||||
proxy-url.
|
proxy-url.
|
||||||
|
@ -12,7 +12,7 @@ Authentication
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
This section covers the various combinations of kwargs required when creating
|
This section covers the various combinations of kwargs required when creating
|
||||||
and instance of the ``Connection`` object for communicating with a swift
|
an instance of the ``Connection`` object for communicating with a swift
|
||||||
object store. The combinations of options required for each authentication
|
object store. The combinations of options required for each authentication
|
||||||
version are detailed below, but are
|
version are detailed below, but are
|
||||||
just a subset of those that can be used to successfully authenticate. These
|
just a subset of those that can be used to successfully authenticate. These
|
||||||
|
@ -208,7 +208,7 @@ Options
|
|||||||
when the source of an upload is ``None``.
|
when the source of an upload is ``None``.
|
||||||
|
|
||||||
``checksum``: ``True``
|
``checksum``: ``True``
|
||||||
Affects uploads and downloads, and means if check md5 for downloads/uploads.
|
Affects uploads and downloads. If set check md5 sum for the transfer.
|
||||||
|
|
||||||
``shuffle``: ``False``
|
``shuffle``: ``False``
|
||||||
When downloading objects, the default behaviour of the CLI is to shuffle
|
When downloading objects, the default behaviour of the CLI is to shuffle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user