Bunny Storage

Next3 Offload Plugin Setup

This guide will walk you through the initial setup and configuration of the Next3 Offload plugin. Follow
these steps to connect the plugin to your chosen Bunny and begin offloading your media.

Choose and Configure Your Cloud Provider

In this final step, you will connect the plugin to your cloud storage provider.

Choose a Cloud Provider: Select the Bunny Storage provider.

  • Configure Credentials: After selecting your provider, you need to provide your access credentials. You have two options:
    • Option A: Define Credentials in wp-config.php (Recommended)
      This is the most secure method. Copy the provided code snippet and paste it into your
      wp-config.php file. You will need to replace the placeholder values with your actual zone-password, cdn-domain, api-key, and region.
define( 'NEXT3_SETTINGS', serialize( array(
    'provider' => 'bunny',
    'zone-password' => 'YOUR_STORAGE_ZONE_PASSWORD',
    'cdn-domain' => 'https://YOUR_ZONE.b-cdn.net',
    'api-key' => '',
    'region' => 'de',
) ) );

  • Option B: Enter your Storage Zone Password, which can be found in your Bunny.net dashboard under Storage > FTP & API Access > Password. Next, provide your CDN Domain (found under CDN > General > Hostname) and your Api Key (found under Account > Api Key). Finally, choose your Default Region from the dropdown menu. Once all fields are complete, click Next.

Cloud Configuration

This is the final step to configure your cloud storage settings.

  1. Bucket: Enter the name of the Bunny storage bucket you want to use for storing your offloaded media.
    • If you have existing buckets, you can use the Browse Buckets link to find and select one.
    • If you need to create a new bucket, you can use the Create Bucket link.
  2. Save Settings: Once you have entered the bucket name, click Save Settings to complete the setup.

Your Next3 Offload plugin is now configured and ready to use.

List of BunnyCDN Storage Regions:

Region NameRegion Code / Zone NameLocation
Falkenstein (DE)deGermany (EU – Falkenstein)
New York (US)nyUnited States (East Coast)
Los Angeles (US)laUnited States (West Coast)
SingaporesgSingapore
SydneysydAustralia (Sydney)
LondonukUnited Kingdom (London)
São PaulobrBrazil
JohannesburgzaSouth Africa

Next

Leave a Reply