Skip to main content

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

  1. In Bunny.net, create or select a Storage Zone.
  2. Create or copy an API Access Key that has access to the Storage Zone.
  3. In your workspace, add a new destination and select Bunny Storage.
  4. 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 AccessKey request 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

FieldTypeRequiredDescription
storage_zonestringYour 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_keystringBunny 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.