Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added eu-west-3 AWS region #1996

Merged
merged 5 commits into from
Apr 15, 2024
Merged

added eu-west-3 AWS region #1996

merged 5 commits into from
Apr 15, 2024

Conversation

keremdokuz
Copy link
Contributor

@keremdokuz keremdokuz commented Mar 28, 2024

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.

  • done, ready for review

  • Code linting (required, can be done after the PR checks)

  • Documentation

  • Tests

  • ICLA (required for bigger changes)

Added eu-west-3 (Paris) to the available AWS regions.
@keremdokuz keremdokuz changed the title added eu-west-3 region added eu-west-3 AWS region Mar 28, 2024
@Kami
Copy link
Member

Kami commented Apr 14, 2024

@keremdokuz Thanks for the contribution.

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

@@ -1435,6 +1395,17 @@ class S3EUWest2StorageDriver(S3StorageDriver):
region_name = "eu-west-2"


class S3EUWest3Connection(S3SignatureV4Connection):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those two classes are actually not needed anymore - this was an old approach (class per region) which is not used anymore and has been replaced via region class constructor argument.

Can you please remove them? Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed them 🙂

@Kami Kami merged commit 7b64191 into apache:trunk Apr 15, 2024
17 of 18 checks passed
@Kami
Copy link
Member

Kami commented Apr 15, 2024

Merged into trunk. Thanks.

@keremdokuz
Copy link
Contributor Author

keremdokuz commented Apr 17, 2024

Merged into trunk. Thanks.

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

@Kami
Copy link
Member

Kami commented Apr 18, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants