osc object-store container
Container commands
Usage: osc object-store container <COMMAND>
Available subcommands:
osc object-store container create
— Creates a container. You do not need to check whether a container already exists before issuing a PUT operation because the operation is idempotent: It creates a container or updates an existing container, as appropriateosc object-store container delete
— Deletes an empty container. This operation fails unless the container is empty. An empty container has no objectsosc object-store container list
— Shows details for an account and lists containers, sorted by name, in the accountosc object-store container prune
— Prune objects in a containerosc object-store container set
— Creates, updates, or deletes custom metadata for a containerosc object-store container show
— Shows container metadata, including the number of objects and the total bytes of all objects stored in the container