From b168479429e1c1c5036eba4539e553b7d506c86c Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 27 Jan 2022 16:52:22 +0000 Subject: [PATCH] gcs: add missing regions - fixes #5955 --- .../googlecloudstorage/googlecloudstorage.go | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/backend/googlecloudstorage/googlecloudstorage.go b/backend/googlecloudstorage/googlecloudstorage.go index 0a4442bde..fca84b57d 100644 --- a/backend/googlecloudstorage/googlecloudstorage.go +++ b/backend/googlecloudstorage/googlecloudstorage.go @@ -182,15 +182,30 @@ Docs: https://cloud.google.com/storage/docs/bucket-policy-only }, { Value: "asia-northeast1", Help: "Tokyo", + }, { + Value: "asia-northeast2", + Help: "Osaka", + }, { + Value: "asia-northeast3", + Help: "Seoul", }, { Value: "asia-south1", Help: "Mumbai", + }, { + Value: "asia-south2", + Help: "Delhi", }, { Value: "asia-southeast1", Help: "Singapore", + }, { + Value: "asia-southeast2", + Help: "Jakarta", }, { Value: "australia-southeast1", Help: "Sydney", + }, { + Value: "australia-southeast2", + Help: "Melbourne", }, { Value: "europe-north1", Help: "Finland", @@ -206,6 +221,12 @@ Docs: https://cloud.google.com/storage/docs/bucket-policy-only }, { Value: "europe-west4", Help: "Netherlands", + }, { + Value: "europe-west6", + Help: "Zürich", + }, { + Value: "europe-central2", + Help: "Warsaw", }, { Value: "us-central1", Help: "Iowa", @@ -221,6 +242,33 @@ Docs: https://cloud.google.com/storage/docs/bucket-policy-only }, { Value: "us-west2", Help: "California", + }, { + Value: "us-west3", + Help: "Salt Lake City", + }, { + Value: "us-west4", + Help: "Las Vegas", + }, { + Value: "northamerica-northeast1", + Help: "Montréal", + }, { + Value: "northamerica-northeast2", + Help: "Toronto", + }, { + Value: "southamerica-east1", + Help: "São Paulo", + }, { + Value: "southamerica-west1", + Help: "Santiago", + }, { + Value: "asia1", + Help: "Dual region: asia-northeast1 and asia-northeast2.", + }, { + Value: "eur4", + Help: "Dual region: europe-north1 and europe-west4.", + }, { + Value: "nam4", + Help: "Dual region: us-central1 and us-east1.", }}, }, { Name: "storage_class",