add support for AWS region eu-central-2#316
Closed
marco-doerig wants to merge 3 commits intoNotifuse:mainfrom
Closed
add support for AWS region eu-central-2#316marco-doerig wants to merge 3 commits intoNotifuse:mainfrom
marco-doerig wants to merge 3 commits intoNotifuse:mainfrom
Conversation
|
If possible, it would also be interesting to add eu-south-2 |
…l/latest/gr/s3.html#s3_region have been added (except for us-gov-). They have also been sorted alphabetically.
Author
|
I've added all missing endpoints for S3 (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region) and SES (https://docs.aws.amazon.com/general/latest/gr/ses.html#ses_region). |
Contributor
|
Thanks guys, I'll update the endpoints list in the upcoming release! |
|
The speed is incredible! Thanks so much, guys. |
Contributor
|
Added in https://github.com/Notifuse/notifuse/releases/tag/v30.0 , thanks for your help! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for the AWS S3 region "eu-central-2" (Europe, Zürich) to both the S3 provider list and the integrations region selection.
S3 region support:
S3_PROVIDERSlist ins3Providers.ts, allowing backend and UI logic to recognize the new region.Integrations.tsx, enabling users to select this region in the UI.