Skip to content

Commit c816360

Browse files
committed
<feat> Add GovCloud endpoint
1 parent 3746bde commit c816360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/portal/src/assets/config/const.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ export const AWS_REGION_LIST = [
321321
{ value: "eu-north-1", name: "Stockholm(eu-north-1)" },
322322
{ value: "me-south-1", name: "Bahrain(me-south-1)" },
323323
{ 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)" }
324326
];
325327

326328
export const ALICLOUD_REGION_LIST = [

0 commit comments

Comments
 (0)