Buckets

In addition to other types of platform storage, Neu.ro provides bucket management functionality.

Managing buckets

In the CLI, bucket management can be performed via the neuro blob command.

Listing available buckets

$ neuro blob lsbucket

Getting info about a bucket

$ neuro blob statbucket <bucket-name>

Creating a bucket

$ neuro blob mkbucket --name <bucket-name>

Removing a bucket

$ neuro blob rmbucket <bucket-name>

You can find more info about bucket management commands in the CLI reference.

Last updated