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

Commit

Permalink
Merge pull request #2 from krishatcher/patch-1
Browse files Browse the repository at this point in the history
Add Second US East Region
  • Loading branch information
rtfpessoa committed Jan 11, 2017
2 parents 4a1a934 + a50f19f commit c2fb2e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public final class AWSRegions {
static {
REGION_NAMES_FOR_WEB = new LinkedHashMap<String, String>();
REGION_NAMES_FOR_WEB.put("us-east-1", "US East (N. Virginia)");
REGION_NAMES_FOR_WEB.put("us-east-2", "US East (Ohio)");
REGION_NAMES_FOR_WEB.put("us-west-1", "US West (N. California)");
REGION_NAMES_FOR_WEB.put("us-west-2", "US West (Oregon)");
REGION_NAMES_FOR_WEB.put("eu-west-1", "EU West (Dublin)");
Expand Down

0 comments on commit c2fb2e8

Please sign in to comment.