Object Storage v1
Upload object to container
os object create
<container>
<filename> [<filename> ...]
Container for new object
Local filename(s) to upload
Delete object from container
os object delete
<container>
<object> [<object> ...]
Delete object(s) from <container>
Object(s) to delete
List objects
os object list
[--prefix <prefix>]
[--delimiter <delimiter>]
[--marker <marker>]
[--end-marker <end-marker>]
[--limit <limit>]
[--long]
[--all]
<container>]
Filter list using <prefix>
Roll up items with <delimiter>
Anchor for paging
End anchor for paging
Limit number of objects returned
List additional fields in output
List all objects in <container> (default is 10000)
Container to list
Save object locally
os object save
[--file <filename>]
[<container>]
[<object>]
Destination filename (defaults to object name)
Download <object> from <container>
Object to save
Set object properties
os object set
[--property <key=value> [...] ]
<container>
[<object>]
Set a property on this object (repeat option to set multiple properties)
Modify <object> from <container>
Object to modify
Display object details
os object show
<container>
<object>
Display <object> from <container>
Object to display