Skip to content

Commit

Permalink
fix AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sheiko committed Sep 22, 2023
1 parent cd65b56 commit cda46b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ var providers = provider{
{name: "ap-northeast-2", location: "Seoul, KR"},
{name: "ap-northeast-3", location: "Osaka, JP"},
{name: "ap-south-1", location: "Mumbai, IN"},
{name: "ap-south-2", location: "Hyderabad, IN"},
{name: "ap-southeast-1", location: "Singapore, SG"},
{name: "ap-southeast-2", location: "Sydney, AU"},
{name: "ap-southeast-3", location: "Jakarta, ID"},
{name: "ap-southeast-4", location: "Melbourne, AU"},
{name: "ca-central-1", location: "Montreal, CA"},
{name: "eu-central-1", location: "Frankfurt, DE"},
{name: "eu-central-2", location: "Zurich, CH"},
{name: "eu-north-1", location: "Stockholm, SE"},
{name: "eu-south-1", location: "Milan, IT"},
{name: "eu-south-2", location: "Zaragoza, ES"},
{name: "eu-west-1", location: "Dublin, IE"},
{name: "eu-west-2", location: "London, UK"},
{name: "eu-west-3", location: "Paris, FR"},
{name: "il-central-1", location: "Tel Aviv, IL"},
{name: "me-central-1", location: "Middle East, UAE"},
{name: "me-south-1", location: "Bahrain, BH"},
{name: "sa-east-1", location: "Sao Paulo, BR"},
Expand Down

0 comments on commit cda46b7

Please sign in to comment.