fog-aws icon indicating copy to clipboard operation
fog-aws copied to clipboard

add missing aws regions

Open alex-inqwise opened this issue 8 months ago • 12 comments

Problem

The AWS regions are hardcoded in the aws.rb file, causing exceptions for unlisted regions (e.g., il-central-1) with the error message “Unknown region:”.

Solution

Load the list of AWS regions dynamically via the AWS API/CLI and cache it locally to ensure the list is always up-to-date and includes any newly introduced regions.

alex-inqwise avatar Jun 10 '24 07:06 alex-inqwise