Skip to content

Commit

Permalink
add il-central-1 region (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 18, 2024
1 parent 3ad2a93 commit 1807df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/fog/aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1807df7

Please sign in to comment.