From 0d26eefef310bcc365369dd711c2e57ff110ca06 Mon Sep 17 00:00:00 2001 From: Vic van Gool Date: Wed, 9 Nov 2022 10:29:43 +0000 Subject: [PATCH] Update aws.rb Add missing region - Asia Pacific (Jakarta) --- 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 3f0dc70d2..8d947e4ac 100644 --- a/lib/fog/aws.rb +++ b/lib/fog/aws.rb @@ -224,7 +224,7 @@ module Fog 'ap-east-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'ap-south-1', - 'ap-southeast-1', 'ap-southeast-2', + 'ap-southeast-1', 'ap-southeast-2', 'ap-southeast-3', 'ca-central-1', 'cn-north-1', 'cn-northwest-1',