python-openstackclient/doc/source/data/swift.csv
Steve Martinelli 3a48183c01 add swift and nova to osc mapping
Change-Id: If3ab811868aaf8c9391a2190ff0af63b0e0ea559
2017-02-21 06:16:37 +00:00

793 B

1deleteobject delete / container deleteDelete a container or objects within a container.
2downloadobject save / container saveDownload objects from containers.
3listobject list / container listLists the containers for the account or the objects for a container.
4postcontainer create / object set / container set / object store account setUpdates meta information for the account, container, or object.
5copyCopies object, optionally adds meta.
6statobject show / container show / object store account showDisplays information for the account, container, or object.
7uploadobject createUploads files or directories to the given container.
8capabilitiesList cluster capabilities.
9tempurlCreate a temporary URL.
10authWONTFIXDisplay auth related environment variables.