Object storage CLI reference¶
See https://docs.openstack.org/ocata/cli-reference/swift.html.
These commands allow you to manage containers and objects in the Object Storage service. The <container_name>
and <object_name>
in the commands are placeholders that should be replaced with the actual names of the containers and objects.
List containers¶
Create a container¶
Delete a container¶
Show container details¶
List objects in a container¶
Upload an object to a container¶
- This command uploads a local file to the specified container.
Download an object from a container¶
- This command downloads an object from the container to the local file system.