Bunny Storage
Overview
The Bunny Storage destination lets you connect to a Bunny.net Storage Zone using an API Access Key.
At this time, the destination connector is in development: credentials can be validated, but loading/syncing data is not yet supported.
Setup
- In Bunny.net, create or select a Storage Zone.
- Create or copy an API Access Key that has access to the Storage Zone.
- In your workspace, add a new destination and select Bunny Storage.
- Enter the configuration values listed below and test the connection.
Authentication
This connector authenticates using:
- Storage Zone name (used in the Bunny Storage API URL path)
- Access Key (sent as the
AccessKeyrequest header)
During connection testing, the connector makes a request to:
https://storage.bunnycdn.com/<storage_zone>/
If the credentials are invalid, the test will fail.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
storage_zone | string | ✅ | Your Bunny Storage Zone name. Must be a valid DNS label: lowercase letters (a-z), digits (0-9), and hyphens (-) only; 1–63 characters; cannot start or end with a hyphen. |
access_key | string | ✅ | Bunny Storage API Access Key used to authenticate requests. |
Streams / Data loading
Data loading for Bunny Storage is not yet implemented. The connector currently supports login/credential validation only and will error if you attempt to run a load/sync.
Hashing and normalization
This destination does not currently expose field-level hashing options.
Data contract
A destination data contract is not yet available because loading is still in development.