From a34276e9b32a78647cc027002dad9f29ff4ec4da Mon Sep 17 00:00:00 2001 From: Alex JOST <25005220+dimejo@users.noreply.github.com> Date: Tue, 17 May 2022 15:24:32 +0200 Subject: [PATCH] s3: Add Warsaw location for Scaleway Add new location in Warsaw (Poland) to endpoints for Scaleway. More Information: https://blog.scaleway.com/scaleway-is-now-in-warsaw/ https://www.scaleway.com/en/docs/storage/object/how-to/create-a-bucket/ --- backend/s3/s3.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 2f72435ac..ea04ed653 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -301,6 +301,9 @@ func init() { }, { Value: "fr-par", Help: "Paris, France", + }, { + Value: "pl-waw", + Help: "Warsaw, Poland", }}, }, { Name: "region", @@ -715,6 +718,9 @@ func init() { }, { Value: "s3.fr-par.scw.cloud", Help: "Paris Endpoint", + }, { + Value: "s3.pl-waw.scw.cloud", + Help: "Warsaw Endpoint", }}, }, { Name: "endpoint",