mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
s3: add new AWS region il-central-1 Tel Aviv
This commit is contained in:
@@ -289,6 +289,9 @@ func init() {
|
|||||||
}, {
|
}, {
|
||||||
Value: "sa-east-1",
|
Value: "sa-east-1",
|
||||||
Help: "South America (Sao Paulo) Region.\nNeeds location constraint 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",
|
Value: "me-south-1",
|
||||||
Help: "Middle East (Bahrain) Region.\nNeeds location constraint me-south-1.",
|
Help: "Middle East (Bahrain) Region.\nNeeds location constraint me-south-1.",
|
||||||
@@ -1453,6 +1456,9 @@ func init() {
|
|||||||
}, {
|
}, {
|
||||||
Value: "sa-east-1",
|
Value: "sa-east-1",
|
||||||
Help: "South America (Sao Paulo) Region",
|
Help: "South America (Sao Paulo) Region",
|
||||||
|
}, {
|
||||||
|
Value: "il-central-1",
|
||||||
|
Help: "Israel (Tel Aviv) Region",
|
||||||
}, {
|
}, {
|
||||||
Value: "me-south-1",
|
Value: "me-south-1",
|
||||||
Help: "Middle East (Bahrain) Region",
|
Help: "Middle East (Bahrain) Region",
|
||||||
|
|||||||
Reference in New Issue
Block a user