From 8ec21d961d1df7676a629242a22c64ba4fc07d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BCmay=20=C3=87eber?= Date: Tue, 16 Dec 2014 17:42:08 +0200 Subject: [PATCH] EU(Frankfurt) Region is added to supported regions Newly opened EU (Frankfurt) Region is added to supported regions. --- config/aws.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/aws.js b/config/aws.js index 1463187..fdd0c4f 100644 --- a/config/aws.js +++ b/config/aws.js @@ -12,7 +12,8 @@ exports.regions = { 'us-east-1': '', // N. Virginia aka US Standard 'us-west-1': 'us-west-1', // N. California 'us-west-2': 'us-west-2', // Oregon - 'eu-west-1': 'EU', // Ireland + 'eu-west-1': 'eu-west-1', // EU (Ireland) + 'eu-central-1': 'eu-central-1', // EU (Frankfurt) 'ap-southeast-1': 'ap-southeast-1', // Singapore 'ap-northeast-1': 'ap-northeast-1', // Tokyo 'sa-east-1': 'sa-east-1', // Sao Paulo