forked from TrueCloudLab/rclone
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
1 changed files with 6 additions and 0 deletions
|
@ -301,6 +301,9 @@ func init() {
|
||||||
}, {
|
}, {
|
||||||
Value: "fr-par",
|
Value: "fr-par",
|
||||||
Help: "Paris, France",
|
Help: "Paris, France",
|
||||||
|
}, {
|
||||||
|
Value: "pl-waw",
|
||||||
|
Help: "Warsaw, Poland",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "region",
|
Name: "region",
|
||||||
|
@ -715,6 +718,9 @@ func init() {
|
||||||
}, {
|
}, {
|
||||||
Value: "s3.fr-par.scw.cloud",
|
Value: "s3.fr-par.scw.cloud",
|
||||||
Help: "Paris Endpoint",
|
Help: "Paris Endpoint",
|
||||||
|
}, {
|
||||||
|
Value: "s3.pl-waw.scw.cloud",
|
||||||
|
Help: "Warsaw Endpoint",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "endpoint",
|
Name: "endpoint",
|
||||||
|
|
Loading…
Add table
Reference in a new issue