diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2023-05-10 10:47:17 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2023-05-10 10:48:53 +0100 |
| commit | 379db31ea287d38a1877711548aea9b39b6573d8 (patch) | |
| tree | 99f1a368fe452ab73adc438700c1bb5815080143 /doc/source/cli/data/swift.csv | |
| parent | 43f0e1090a201921dc7fa29bfd7a3594391214cb (diff) | |
| download | python-openstackclient-379db31ea287d38a1877711548aea9b39b6573d8.tar.gz | |
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>
Diffstat (limited to 'doc/source/cli/data/swift.csv')
| -rw-r--r-- | doc/source/cli/data/swift.csv | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/cli/data/swift.csv b/doc/source/cli/data/swift.csv index 68147412..87d781e2 100644 --- a/doc/source/cli/data/swift.csv +++ b/doc/source/cli/data/swift.csv @@ -1,10 +1,10 @@ -delete,object delete / container delete,Delete a container or objects within a container.
-download,object save / container save,Download objects from containers.
-list,object list / container list,Lists the containers for the account or the objects for a container.
-post,container create / object set / container set / object store account set,"Updates meta information for the account, container, or object."
-copy,,"Copies object, optionally adds meta."
-stat,object show / container show / object store account show,"Displays information for the account, container, or object."
-upload,object create,Uploads files or directories to the given container.
-capabilities,,List cluster capabilities.
-tempurl,,Create a temporary URL.
-auth,WONTFIX,Display auth related environment variables.
+delete,object delete / container delete,Delete a container or objects within a container. +download,object save / container save,Download objects from containers. +list,object list / container list,Lists the containers for the account or the objects for a container. +post,container create / object set / container set / object store account set,"Updates meta information for the account, container, or object." +copy,,"Copies object, optionally adds meta." +stat,object show / container show / object store account show,"Displays information for the account, container, or object." +upload,object create,Uploads files or directories to the given container. +capabilities,,List cluster capabilities. +tempurl,,Create a temporary URL. +auth,WONTFIX,Display auth related environment variables. |
