You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2021/03/31 02:55:59 UTC

[jclouds] branch master updated: JCLOUDS-1572: Update GCS bucket regions

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new c995a04  JCLOUDS-1572: Update GCS bucket regions
c995a04 is described below

commit c995a04fe90b20b621af18fdf1674d3245d2a50e
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Wed Mar 31 11:51:08 2021 +0900

    JCLOUDS-1572: Update GCS bucket regions
---
 .../googlecloudstorage/domain/DomainResourceReferences.java      | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
index def10f1..00a89bf 100644
--- a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
+++ b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
@@ -45,8 +45,11 @@ public final class DomainResourceReferences {
       ASIA_EAST1,
       ASIA_EAST2,
       ASIA_NORTHEAST1,
+      ASIA_NORTHEAST2,
+      ASIA_NORTHEAST3,
       ASIA_SOUTH1,
       ASIA_SOUTHEAST1,
+      ASIA_SOUTHEAST2,
 
       NORTHAMERICA_NORTHEAST1,
       US_CENTRAL1,
@@ -54,14 +57,18 @@ public final class DomainResourceReferences {
       US_EAST4,
       US_WEST1,
       US_WEST2,
+      US_WEST3,
+      US_WEST4,
 
       SOUTHAMERICA_EAST1,
 
+      EUROPE_CENTRAL2,
+      EUROPE_NORTH1,
       EUROPE_WEST1,
       EUROPE_WEST2,
       EUROPE_WEST3,
       EUROPE_WEST4,
-      EUROPE_NORTH1,
+      EUROPE_WEST6,
 
       AUSTRALIA_SOUTHEAST1,