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.04k stars 925 forks source link

added eu-west-3 AWS region #1996

Closed keremdokuz closed 5 months ago

keremdokuz commented 6 months ago

Added eu-west-3 (Paris) to the available AWS regions.

Include a provider and a storage driver for the AWS region eu-west-3. This PR will allow working with data located in the eu-west-3 region of AWS using libcloud.

Kami commented 5 months ago

@keremdokuz Thanks for the contribution.

Can you please fix failing lint checks? Besides that, change LGTM.

Kami commented 5 months ago

Merged into trunk. Thanks.

keremdokuz commented 5 months ago

Merged into trunk. Thanks.

@Kami are you planning on a release in the near future?

Kami commented 5 months ago

@keremdokuz We don't have a fixed release cadence, but if I get a chance, I will try to prepare a new release some time in the next couple of weeks.