Skip to content

Commit

Permalink
Add new AWS Region, il-central-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 1, 2023
1 parent 87bbc87 commit c6bf909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/endpoints/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (p partition) Partition() Partition {
var partitions = []partition{
{
id: "aws",
regionRegex: regexp.MustCompile(`^(us|eu|ap|sa|ca|me|af)\-\w+\-\d+$`),
regionRegex: regexp.MustCompile(`^(us|eu|ap|sa|ca|me|af|il)\-\w+\-\d+$`),
regions: []string{
"af-south-1", // Africa (Cape Town).
"ap-east-1", // Asia Pacific (Hong Kong).
Expand All @@ -76,6 +76,7 @@ var partitions = []partition{
"eu-west-1", // Europe (Ireland).
"eu-west-2", // Europe (London).
"eu-west-3", // Europe (Paris).
"il-central-1", // Israel (Tel Aviv).
"me-central-1", // Middle East (UAE).
"me-south-1", // Middle East (Bahrain).
"sa-east-1", // South America (Sao Paulo).
Expand Down

0 comments on commit c6bf909

Please sign in to comment.