Skip to content

Commit 7ad6dea

Browse files
authored
Merge pull request goadapp#159 from cwaltken-edrans/153-us-east-2-no-in-regions
Add us-east-2 region to list of supported regions
2 parents fe0e3cc + 09e795e commit 7ad6dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goad/goad.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const nano = 1000000000
4040

4141
var supportedRegions = []string{
4242
"us-east-1", // N. Virginia
43+
"us-east-2", // Ohio
4344
"us-west-1", // N.California
4445
"us-west-2", // Oregon
4546
"eu-west-1", // Ireland

0 commit comments

Comments
 (0)