Skip to main content

Storage Integration with Backblaze B2

This guide will walk you through the usage of the CLI commands for managing your cloud storage, including creating buckets, uploading and downloading files, fetching statistics, and deleting files or buckets. Note that these functionalities are also available through the Cloud API or the Snowcell Console.

Table of Contents

Getting Started

Ensure you have the CLI installed and properly configured. Follow the installation instructions provided in the setup guide.

Authentication

Before using the CLI, you need to authenticate yourself by logging in with your API token.

snc login --api_token YOUR_API_TOKEN

Note that your token can be retrieved in the Snowcell Console.

To verify that your token is valid, run:

snc status