Object Storage command-line clientThe swift client is the command-line interface
(CLI) for the OpenStack Object Storage API and its extensions. This chapter documents
- swift version 2.1.0.
+ swift version 2.2.0.
For help on a specific swift
command, enter:
- $swiftCOMMAND
+ $swiftCOMMANDswift usage
@@ -33,7 +33,7 @@
[--os-endpoint-type <endpoint-type>]
[--os-cacert <ca-certificate>] [--insecure]
[--no-ssl-compression]
- <subcommand> ...
+ <subcommand> [--help]
Subcommands
@@ -95,11 +95,20 @@
+
+ tempurl
+
+
+ Create a temporary URL
+
+
+ swift examples
- swift -A https://auth.api.rackspacecloud.com/v1.0 -U user -K api_key stat -v
+ 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 \
--os-username user --os-password password list
swift --os-auth-token 6ee5eb33efad4e45ab46806eac010566 \