-
Notifications
You must be signed in to change notification settings - Fork 925
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
Conversation
Added eu-west-3 (Paris) to the available AWS regions.
@keremdokuz Thanks for the contribution. Can you please fix failing lint checks? Besides that, change LGTM. |
libcloud/storage/drivers/s3.py
Outdated
@@ -1435,6 +1395,17 @@ class S3EUWest2StorageDriver(S3StorageDriver): | |||
region_name = "eu-west-2" | |||
|
|||
|
|||
class S3EUWest3Connection(S3SignatureV4Connection): |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed them 🙂
Merged into trunk. Thanks. |
@Kami are you planning on a release in the near future? |
@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. |
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)