Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit c2fb2e8

Browse files
authored
Merge pull request #2 from krishatcher/patch-1
Add Second US East Region
2 parents 4a1a934 + a50f19f commit c2fb2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amazon-util/src/main/java/jetbrains/buildServer/util/amazon/AWSRegions.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public final class AWSRegions {
3030
static {
3131
REGION_NAMES_FOR_WEB = new LinkedHashMap<String, String>();
3232
REGION_NAMES_FOR_WEB.put("us-east-1", "US East (N. Virginia)");
33+
REGION_NAMES_FOR_WEB.put("us-east-2", "US East (Ohio)");
3334
REGION_NAMES_FOR_WEB.put("us-west-1", "US West (N. California)");
3435
REGION_NAMES_FOR_WEB.put("us-west-2", "US West (Oregon)");
3536
REGION_NAMES_FOR_WEB.put("eu-west-1", "EU West (Dublin)");

0 commit comments

Comments
 (0)