Wasabi Cloud

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 Wasabi Cloud 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 Wasabi Cloud.

  • 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 access-key-id, secret-access-key, and region.
define( 'NEXT3_SETTINGS', serialize( array(
    'provider' => 'wasabi',
    'access-key-id' => 'YOUR_ACCESS_KEY',
    'secret-access-key' => 'YOUR_SECRET_KEY',
    'region' => 'YOUR_REGION',
) ) );

  • Option B: Store Credentials in the Database. You can store your credentials directly in the database. Select this option and enter your Access Key ID, Secret Access Key, and Default Region into the form fields.

Cloud Configuration

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

  1. Bucket: Enter the name of the Wasabi Cloud 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.

Here’s a complete list of Wasabi S3-compatible regions along with their region codes and endpoint URLs.


🌐 Wasabi S3-Compatible Regions & Endpoints

Region NameRegion CodeEndpoint URL
US East 1 (N. Virginia)us-east-1s3.wasabisys.com
US East 2 (N. Virginia)us-east-2s3.us-east-2.wasabisys.com
US Central 1 (Texas)us-central-1s3.us-central-1.wasabisys.com
US West 1 (Oregon)us-west-1s3.us-west-1.wasabisys.com
US West 2 (Oregon)us-west-2s3.us-west-2.wasabisys.com
Canada Central 1ca-central-1s3.ca-central-1.wasabisys.com
EU Central 1 (Amsterdam)eu-central-1s3.eu-central-1.wasabisys.com
EU West 1 (London)eu-west-1s3.eu-west-1.wasabisys.com
AP Northeast 1 (Tokyo)ap-northeast-1s3.ap-northeast-1.wasabisys.com
AP Southeast 1 (Singapore)ap-southeast-1s3.ap-southeast-1.wasabisys.com
AP Southeast 2 (Sydney)ap-southeast-2s3.ap-southeast-2.wasabisys.com
AP Southeast 3 (Osaka)ap-southeast-3s3.ap-southeast-3.wasabisys.com

Next

Leave a Reply