mirror of
https://github.com/rclone/rclone
synced 2025-03-10 13:54:31 +01:00
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:
parent
c2baacc0a4
commit
a34276e9b3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user