# Backblaze B2

Backblaze B2 Cloud Storage is an S3-Compatible object storage solution.

## Connection Parameters

Enter the connection parameters for your Backblaze B2 Cloud Storage bucket.

### Key ID

The B2 Key ID is your unique identifier for authentication.

### Application Key

The Application Key is your private authentication key that pairs with your Key ID. Use a generated [Application Key](https://www.backblaze.com/docs/cloud-storage-application-keys), not the Master Application Key. The Master key is not S3-compatible.

When you save your connection info in ExpanDrive, the Application Key is [securely stored](/security.md#authentication) within your local keychain.

### Nickname

The nickname identifies the connection. This name will show up as the volume label on the mounted drive.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.expandrive.com/integrations/backblaze-b2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
