Bunny Storage
Skymage can fetch private objects from a Bunny Storage zone using the zone password as an API key.
Required Configuration
| Field | Description |
|---|---|
| Storage zone | Bunny Storage zone name. |
| API key | Storage zone password. |
| Region | Bunny storage region code. |
Regions
| Code | Location |
|---|---|
de | Frankfurt |
uk | London |
ny | New York |
la | Los Angeles |
sg | Singapore |
se | Stockholm |
br | Sao Paulo |
jh | Johannesburg |
syd | Sydney |
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=84Troubleshooting
- 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
404means the object path does not exist; a503indicates a provider or credential failure.