mirror of https://github.com/rclone/rclone
s3: add new FileLu S5 endpoints
Add US, EU, AP, and ME endpoints
This commit is contained in:
parent
c4eef3065f
commit
73193b0565
|
|
@ -964,6 +964,18 @@ func init() {
|
|||
Examples: []fs.OptionExample{{
|
||||
Value: "s5lu.com",
|
||||
Help: "Global FileLu S5 endpoint",
|
||||
}, {
|
||||
Value: "us.s5lu.com",
|
||||
Help: "North America (US-East) region endpoint",
|
||||
}, {
|
||||
Value: "eu.s5lu.com",
|
||||
Help: "Europe (EU-Central) region endpoint",
|
||||
}, {
|
||||
Value: "ap.s5lu.com",
|
||||
Help: "Asia Pacific (AP-Southeast) region endpoint",
|
||||
}, {
|
||||
Value: "me.s5lu.com",
|
||||
Help: "Middle East (ME-Central) region endpoint",
|
||||
}},
|
||||
}, {
|
||||
Name: "endpoint",
|
||||
|
|
|
|||
Loading…
Reference in New Issue