Object Storage v1
Create new container
os container create
<container-name> [<container-name> ...]
New container name(s)
Delete container
os container delete
[-r] | [--recursive]
<container> [<container> ...]
Recursively delete objects in container before container delete
Container(s) to delete
List containers
os container list
[--prefix <prefix>]
[--marker <marker>]
[--end-marker <end-marker>]
[--limit <limit>]
[--long]
[--all]
Filter list using <prefix>
Anchor for paging
End anchor for paging
Limit the number of containers returned
List additional fields in output
List all containers (default is 10000)
Save container contents locally
os container save
<container>
Container to save
Set container properties
os container set
[--property <key=value> [...] ]
[<container>]
Set a property on this container (repeat option to set multiple properties)
Container to modify
Display container details
os container show
[<container>]
Container to display