Skip to content

Bunny Storage

Skymage can fetch private objects from a Bunny Storage zone using the zone password as an API key.

Required Configuration

FieldDescription
Storage zoneBunny Storage zone name.
API keyStorage zone password.
RegionBunny storage region code.

Regions

CodeLocation
deFrankfurt
ukLondon
nyNew York
laLos Angeles
sgSingapore
seStockholm
brSao Paulo
jhJohannesburg
sydSydney

The default de region uses storage.bunnycdn.com. Other regions use {region}.storage.bunnycdn.com.

Example Configuration

json
{
  "storage_zone": "product-images",
  "api_key": "YOUR_STORAGE_ZONE_PASSWORD",
  "region": "de"
}

Image URL

text
https://demo.skymage.net/v1/ex/product-images/catalog/item-001.jpg?w=600&h=600&fit=contain&f=webp&q=84

Troubleshooting

  • Confirm the storage zone name and zone password.
  • Confirm the configured region matches the zone region.
  • Confirm the object path is relative to the storage-zone root.
  • A 404 means the object path does not exist; a 503 indicates a provider or credential failure.