Bunny Storage
type: bunny — upload to a Bunny Storage Zone using the Bunny HTTP API.
Prerequisites
- No external binaries required.
- A Storage Zone with read+write API access.
- For signed direct download links (recommended for large archives): a Pull Zone connected to the storage, plus its token authentication key.
Fields
Example
Download behavior
By default snapr serves downloads by streaming bytes from the Bunny Storage API through its own HTTP server. This works without any Pull Zone setup, but the Storage API has tight per-zone connection limits (Bunny throttles aggressive parallel reads with 429 Too Many Requests).
When both pullZoneHostname and pullZoneTokenAuthKey are set, snapr instead returns a signed Pull Zone URL and the browser fetches directly from the CDN edge. This is the recommended setup for large archives or busy installations:
For split snapshots, signed Pull Zone URLs work for per-part downloads but not for the "Download full archive" option — one HTTP redirect cannot represent N parts. The UI hides the full-archive option in that case. Drop the Pull Zone settings (or use a different storage as defaultStorage) if full-archive streaming matters more than direct CDN delivery.
Notes
- The Pull Zone must point at the same Storage Zone you upload to; otherwise signed URLs return 404.
pullZoneHostnameaccepts both bare hostnames (my-zone.b-cdn.net) andhttps://...URLs — snapr strips the scheme.