Repository: jclouds Updated Branches: refs/heads/master 539a9854c -> bbb41b459
JCLOUDS-1464: Update Google Cloud Storage regions Added missing regions. For reference: https://cloud.google.com/storage/docs/bucket-locations Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/bbb41b45 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/bbb41b45 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/bbb41b45 Branch: refs/heads/master Commit: bbb41b4590271f20e3fc6358d6a46e0a8a9ff9ac Parents: 539a985 Author: filecatalyst <[email protected]> Authored: Tue Oct 30 11:32:54 2018 -0400 Committer: Andrew Gaul <[email protected]> Committed: Tue Oct 30 11:18:08 2018 -0700 ---------------------------------------------------------------------- .../googlecloudstorage/domain/DomainResourceReferences.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/bbb41b45/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java ---------------------------------------------------------------------- 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 a8f3399..28e7287 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 @@ -43,6 +43,7 @@ public final class DomainResourceReferences { * Regional */ ASIA_EAST1, + ASIA_EAST2, ASIA_NORTHEAST1, ASIA_SOUTH1, ASIA_SOUTHEAST1, @@ -52,6 +53,7 @@ public final class DomainResourceReferences { US_EAST1, US_EAST4, US_WEST1, + US_WEST2, SOUTHAMERICA_EAST1, @@ -59,6 +61,7 @@ public final class DomainResourceReferences { EUROPE_WEST2, EUROPE_WEST3, EUROPE_WEST4, + EUROPE_NORTH1, AUSTRALIA_SOUTHEAST1,
