mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
s3: add new FileLu S5 endpoints
Add US, EU, AP, and ME endpoints
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user