python-openstackclient/doc/source/cli/data/swift.csv
Stephen Finucane 379db31ea2 Address pre-commit issues
We'd like to use pre-commit as our 'pep8' target. Before we do that, we
need to address some issues that have crept in over the time since
pre-commit was first added.

Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-05-10 10:48:53 +01:00

783 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.