LinuxCommandLibrary

linode-cli-object-storage

manages Linode Object Storage

TLDR

List buckets

$ linode-cli object-storage buckets-list
copy
Create bucket
$ linode-cli object-storage buckets-create --cluster [us-east-1] --label [my-bucket]
copy
Delete bucket
$ linode-cli object-storage buckets-delete [cluster] [bucket]
copy
List access keys
$ linode-cli object-storage keys-list
copy
Create access key
$ linode-cli object-storage keys-create --label [my-key]
copy

SYNOPSIS

linode-cli object-storage command [options]

DESCRIPTION

linode-cli object-storage manages Linode Object Storage (S3-compatible). Create buckets, manage access keys, and configure storage. Part of Linode CLI.

PARAMETERS

buckets-list

List all buckets.
buckets-create
Create bucket.
buckets-delete cluster bucket
Delete bucket.
keys-list
List access keys.
keys-create
Create access key.
--cluster id
Cluster/region ID.
--label name
Bucket or key label.

SEE ALSO

linode-cli(1), s3cmd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community