We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3746bde commit c816360Copy full SHA for c816360
source/portal/src/assets/config/const.ts
@@ -321,6 +321,8 @@ export const AWS_REGION_LIST = [
321
{ value: "eu-north-1", name: "Stockholm(eu-north-1)" },
322
{ value: "me-south-1", name: "Bahrain(me-south-1)" },
323
{ value: "sa-east-1", name: "São Paulo(sa-east-1)" },
324
+ { value: "us-gov-west-1", name: "GovCloud(US-West)" },
325
+ { value: "us-gov-east-1", name: "GovCloud(US-East)" }
326
];
327
328
export const ALICLOUD_REGION_LIST = [
0 commit comments