Update for swift 2.2.0 client
Regenerate files for python-swiftclient 2.2.0 release. Change-Id: I6daeb2d67c138da933464bc66bf3bab65e9eb0cc
This commit is contained in:
parent
78b6cd62ce
commit
bbcc188260
@ -12,12 +12,12 @@
|
|||||||
<title>Object Storage command-line client</title>
|
<title>Object Storage command-line client</title>
|
||||||
<para>The <command>swift</command> client is the command-line interface
|
<para>The <command>swift</command> client is the command-line interface
|
||||||
(CLI) for the OpenStack Object Storage API and its extensions. This chapter documents
|
(CLI) for the OpenStack Object Storage API and its extensions. This chapter documents
|
||||||
<command>swift</command> version 2.1.0.
|
<command>swift</command> version 2.2.0.
|
||||||
</para>
|
</para>
|
||||||
<para>For help on a specific <command>swift</command>
|
<para>For help on a specific <command>swift</command>
|
||||||
command, enter:
|
command, enter:
|
||||||
</para>
|
</para>
|
||||||
<screen><prompt>$</prompt> <userinput><command>swift</command> <option>help</option> <replaceable>COMMAND</replaceable></userinput></screen>
|
<screen><prompt>$</prompt> <userinput><command>swift</command> <replaceable>COMMAND</replaceable> <option>--help</option></userinput></screen>
|
||||||
|
|
||||||
<section xml:id="swiftclient_command_usage">
|
<section xml:id="swiftclient_command_usage">
|
||||||
<title>swift usage</title>
|
<title>swift usage</title>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
[--os-endpoint-type <endpoint-type>]
|
[--os-endpoint-type <endpoint-type>]
|
||||||
[--os-cacert <ca-certificate>] [--insecure]
|
[--os-cacert <ca-certificate>] [--insecure]
|
||||||
[--no-ssl-compression]
|
[--no-ssl-compression]
|
||||||
<subcommand> ...</computeroutput></screen>
|
<subcommand> [--help]</computeroutput></screen>
|
||||||
<variablelist wordsize="10">
|
<variablelist wordsize="10">
|
||||||
<title>Subcommands</title>
|
<title>Subcommands</title>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -95,11 +95,20 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><command>tempurl</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Create a temporary URL
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="swiftclient_command_examples">
|
<section xml:id="swiftclient_command_examples">
|
||||||
<title>swift examples</title>
|
<title>swift examples</title>
|
||||||
<screen><computeroutput> swift -A https://auth.api.rackspacecloud.com/v1.0 -U user -K api_key stat -v
|
<screen><computeroutput> swift download --help
|
||||||
|
swift -A https://auth.api.rackspacecloud.com/v1.0 -U user -K api_key stat -v
|
||||||
swift --os-auth-url https://api.example.com/v2.0 --os-tenant-name tenant \
|
swift --os-auth-url https://api.example.com/v2.0 --os-tenant-name tenant \
|
||||||
--os-username user --os-password password list
|
--os-username user --os-password password list
|
||||||
swift --os-auth-token 6ee5eb33efad4e45ab46806eac010566 \
|
swift --os-auth-token 6ee5eb33efad4e45ab46806eac010566 \
|
||||||
|
Loading…
Reference in New Issue
Block a user