====== object ====== Object Store v1 object create ------------- Upload object to container .. program:: object create .. code:: bash os object create [ ...] .. option:: Container for new object .. option:: Local filename(s) to upload object delete ------------- Delete object from container .. program:: object delete .. code:: bash os object delete [ ...] .. option:: Delete object(s) from .. option:: Object(s) to delete list object ----------- List objects .. program object list .. code:: bash os object list [--prefix ] [--delimiter ] [--marker ] [--end-marker ] [--limit ] [--long] [--all] ] .. option:: --prefix Filter list using .. option:: --delimiter Roll up items with .. option:: --marker Anchor for paging .. option:: --end-marker End anchor for paging .. option:: --limit Limit number of objects returned .. option:: --long List additional fields in output .. options:: --all List all objects in (default is 10000) .. option:: Container to list object save ----------- Save object locally .. program:: object save .. code:: bash os object save [--file ] [] [] .. option:: --file Destination filename (defaults to object name) .. option:: Download from .. option:: Object to save object show ----------- Show object details .. program:: object show .. code:: bash os object show .. option:: Display from .. option:: Object to display