1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

s3: add new AWS region il-central-1 Tel Aviv

This commit is contained in:
yoelvini
2024-04-01 20:17:16 +03:00
committed by GitHub
parent 0d43da7655
commit 76f3eb3ed2

View File

@@ -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",