apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 928 forks source link

Add support for eu-west-3 AWS region. #1995

Open keremdokuz opened 3 months ago

keremdokuz commented 3 months ago

Hi! In the current implementation the AWS region eu-west-3 is not supported.

I include this region in my fork to enable operations in eu-west-3 as well.

keremdokuz commented 3 months ago

PR #1996