UAE region support for bedrock models (#4964)

* added me-central-1 to bedrock regions

* fixed long region name
This commit is contained in:
vigorous-ride 2026-02-05 22:01:35 +04:00 committed by GitHub
parent 7469ced2f5
commit 71cfff8091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,6 +187,13 @@ export const AWS_REGIONS = [
public: true,
zones: ["me-south-1a", "me-south-1b", "me-south-1c"],
},
{
name: "UAE",
full_name: "Middle East (UAE)",
code: "me-central-1",
public: true,
zones: ["me-central-1a", "me-central-1b", "me-central-1c"],
},
{
name: "Beijing",
full_name: "China (Beijing)",