Repository: jclouds Updated Branches: refs/heads/2.1.x e4c99a079 -> b0b9a4380
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/b0b9a438 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/b0b9a438 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/b0b9a438 Branch: refs/heads/2.1.x Commit: b0b9a43807d3eb8afc4f3812c16c2e01ac6dab30 Parents: e4c99a0 Author: filecatalyst <[email protected]> Authored: Tue Oct 30 11:32:54 2018 -0400 Committer: Andrew Gaul <[email protected]> Committed: Tue Oct 30 11:18:49 2018 -0700 ---------------------------------------------------------------------- .../googlecloudstorage/domain/DomainResourceReferences.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/b0b9a438/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,
