linode-cli object-storage
Manage Linode Object Storage.
See also: linode-cli.
More information: https://www.linode.com/docs/products/tools/cli/guides/object-storage/.
-
List all Object Storage buckets:
linode-cli object-storage buckets list -
Create a new Object Storage bucket:
linode-cli object-storage buckets create --cluster {{cluster_id}} --label {{bucket_label}} -
Delete an Object Storage bucket:
linode-cli object-storage buckets delete {{cluster_id}} {{bucket_label}} -
List Object Storage cluster regions:
linode-cli object-storage clusters list -
List access keys for Object Storage:
linode-cli object-storage keys list -
Create a new access key for Object Storage:
linode-cli object-storage keys create --label {{label}} -
Revoke an access key for Object Storage:
linode-cli object-storage keys revoke {{access_key_id}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.