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/
This commit is contained in:
Alex JOST 2022-05-17 15:24:32 +02:00 committed by Nick Craig-Wood
parent c2baacc0a4
commit a34276e9b3
1 changed files with 6 additions and 0 deletions

View File

@ -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",