From 4d55dbc8e819291c8f4c591f945a450578742a50 Mon Sep 17 00:00:00 2001 From: jgrammen-agilitypr Date: Tue, 12 Mar 2024 07:51:45 -0400 Subject: [PATCH] Add ca-west-1 region Add ca-west-1 region to region list in aws.rb --- 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 b69025cfd..17368443f 100644 --- a/lib/fog/aws.rb +++ b/lib/fog/aws.rb @@ -225,7 +225,7 @@ def self.regions 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-southeast-3', 'ap-southeast-4', - 'ca-central-1', + 'ca-central-1', 'ca-west-1', 'cn-north-1', 'cn-northwest-1', 'eu-central-1',