[v14] Web: Add new supported aws region (il-central-1) to selector#31839
[v14] Web: Add new supported aws region (il-central-1) to selector#31839kimlisa merged 2 commits intobranch/v14from
Conversation
|
I thought discovery still doesn't support this region in older branches? @greedy52 |
This is not used by the |
|
@kimlisa Sorry for removing the auto-merge, let's clarify Zac's question first |
AWS SDK in general works with "unknown" regions so this should be fine. (For context), an error was thrown if an unknown region was found when parsing the discovery service's static config. I've changed this behaviour to do a regex validation instead of testing against a list of known regions. That change will be backported today as well. |
Backport #31825 to branch/v14