From fed52fab653027591e28da644fd16137833e1c91 Mon Sep 17 00:00:00 2001 From: saldan Date: Fri, 19 Jun 2020 08:52:19 +0200 Subject: [PATCH] added missing region EU South (Milan) --- lib/fog/aws.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws.rb b/lib/fog/aws.rb index 91d131cb3..3f0dc70d2 100644 --- a/lib/fog/aws.rb +++ b/lib/fog/aws.rb @@ -230,7 +230,7 @@ module Fog 'cn-northwest-1', 'eu-central-1', 'eu-north-1', - 'eu-west-1', 'eu-west-2', 'eu-west-3', + 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-south-1', 'me-south-1', 'us-east-1', 'us-east-2', 'us-west-1', 'us-west-2',