Links
Comment on page

Buckets

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

Managing buckets

CLI
Web UI
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.
You can view available buckets in the Buckets tab of your dashboard:
Click on your bucket to open its detailed view. From here, you can crete folders and upload files to the bucket: