From 1807df7fb722ce5b8a41b0b367e2b9a9e3ec46f2 Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Tue, 18 Jun 2024 07:52:19 -0500 Subject: [PATCH] add il-central-1 region (#712) --- lib/fog/aws.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/fog/aws.rb b/lib/fog/aws.rb index 17368443f..deb4cff49 100644 --- a/lib/fog/aws.rb +++ b/lib/fog/aws.rb @@ -225,13 +225,15 @@ 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-west-1', + 'ca-central-1', + 'ca-west-1', 'cn-north-1', 'cn-northwest-1', 'eu-central-1', 'eu-north-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-south-1', 'eu-south-2', - 'me-south-1','me-central-1', + 'il-central-1', + 'me-south-1', 'me-central-1', 'us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'sa-east-1',