mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
s3: add new AWS region il-central-1 Tel Aviv
This commit is contained in:
parent
0d43da7655
commit
76f3eb3ed2
|
@ -289,6 +289,9 @@ func init() {
|
|||
}, {
|
||||
Value: "sa-east-1",
|
||||
Help: "South America (Sao Paulo) Region.\nNeeds location constraint sa-east-1.",
|
||||
}, {
|
||||
Value: "il-central-1",
|
||||
Help: "Israel (Tel Aviv) Region.\nNeeds location constraint il-central-1.",
|
||||
}, {
|
||||
Value: "me-south-1",
|
||||
Help: "Middle East (Bahrain) Region.\nNeeds location constraint me-south-1.",
|
||||
|
@ -1453,6 +1456,9 @@ func init() {
|
|||
}, {
|
||||
Value: "sa-east-1",
|
||||
Help: "South America (Sao Paulo) Region",
|
||||
}, {
|
||||
Value: "il-central-1",
|
||||
Help: "Israel (Tel Aviv) Region",
|
||||
}, {
|
||||
Value: "me-south-1",
|
||||
Help: "Middle East (Bahrain) Region",
|
||||
|
|
Loading…
Reference in New Issue
Block a user