1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
.. _cli_object_storage:
Object Storage Commands
=======================
.. click:: SoftLayer.CLI.object_storage.list_accounts:cli
:prog: object-storage accounts
:show-nested:
.. click:: SoftLayer.CLI.object_storage.list_endpoints:cli
:prog: object-storage endpoints
:show-nested:
.. click:: SoftLayer.CLI.object_storage.credential.list:cli
:prog: object-storage credential list
:show-nested:
.. click:: SoftLayer.CLI.object_storage.credential.limit:cli
:prog: object-storage credential limit
:show-nested:
.. click:: SoftLayer.CLI.object_storage.credential.delete:cli
:prog: object-storage credential delete
:show-nested:
.. click:: SoftLayer.CLI.object_storage.credential.create:cli
:prog: object-storage credential create
:show-nested:
|