Google 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 Google 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 Google 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 JSON KEY PATH, PROJECT ID.
define( 'NEXT3_SETTINGS', serialize( array(
    'provider' => 'google',
    'json-key-path' => 'D:\wamp64\www\wordpress/wp-content/uploads/',
    'project-id' => 'example-project',
    'endpoint' => '',
) ) );

  • Option B: Store Credentials in the Database. You can store your credentials directly in the database. Select this option and enter your JSON KEY PATH, PROJECT ID into the form fields.

🌐 Google Cloud Storage Configuration Guide

Step 1: Enter Bucket Name

  • In the Bucket input field, type the name of your existing Google Cloud Storage bucket.
  • Example: my-storage-bucket

✅ Make sure the bucket exists in the Multi-Region (EU) if that’s the expected region.

Step 2: Browse or Create a Bucket

  • Don’t have a bucket? Use the following options:
    • Browse Buckets – to select from existing buckets in your Google Cloud project.
    • Create Bucket – to open the Google Cloud Console and create a new one.

Step 3: Save Settings

  • Once the bucket name is entered correctly, click Save Settings.

🌍 Google Cloud Storage Regions & Multi-Regions


🌎 Multi-regions

NameLocation IDDescription
United StatesusDistributed across US regions
European UnioneuDistributed across EU regions
AsiaasiaDistributed across Asia regions

🗺️ Regional Locations

Region NameLocation ID
Iowaus-central1
South Carolinaus-east1
Northern Virginiaus-east4
Columbus (Ohio)us-east5
Dallasus-south1
Oregonus-west1
Los Angelesus-west2
Salt Lake Cityus-west3
Las Vegasus-west4
Montréalnorthamerica-northeast1
Torontonorthamerica-northeast2
São Paulosouthamerica-east1
Santiagosouthamerica-west1
Londoneurope-west2
Frankfurteurope-west3
Netherlands (Eemshaven)europe-west4
Zuricheurope-west6
Milaneurope-west8
Pariseurope-west9
Warsaweurope-central2
Hong Kongasia-east2
Tokyoasia-northeast1
Osakaasia-northeast2
Seoulasia-northeast3
Mumbaiasia-south1
Delhi (Noida)asia-south2
Singaporeasia-southeast1
Jakartaasia-southeast2
Sydneyaustralia-southeast1
Melbourneaustralia-southeast2
Dohame-central1
Dammamme-central2
Tel Avivme-west1

Next

Leave a Reply