Backblaze B2
Overview
The Backblaze B2 connector is a destination connector that validates credentials against the Backblaze B2 API.
At this time, loading data into Backblaze B2 is still in development. You can use this connector to confirm that your Backblaze B2 credentials are valid, but sync runs will not write data.
Setup
Create Backblaze B2 credentials
- In your Backblaze account, create (or select) a B2 application key.
- Copy the following values:
- Key ID
- Application Key
These map to the connector configuration fields below.
Authentication
This connector authenticates using HTTP Basic Auth against the Backblaze B2 authorization endpoint:
https://api.backblazeb2.com/b2api/v3/b2_authorize_account
Use your Key ID as the username and your Application Key as the password.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
key_id | string | ✅ | Your Backblaze B2 Key ID (application key ID). |
application_key | string | ✅ | Your Backblaze B2 Application Key (secret). |
Hashing and normalization
This destination connector does not currently expose field-level hashing options.
Data contract
Not applicable yet. Destination loading is still in development, so there is no supported data contract for records written to Backblaze B2 at this time.
Streams
Not applicable. This is a destination connector, and it does not currently write any streams to Backblaze B2.