Skip to content

Commit 72d5ed8

Browse files
committed
feat: update AWS regions - ap-southeast-3 and me-central-1 added (NOISSUE)
1 parent b376e8b commit 72d5ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/components/configs/s3Regions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ export default {
1818
"ap-northeast-3": 'Asia Pacific (Osaka-Local) (ap-northeast-3)',
1919
"ap-southeast-1": 'Asia Pacific (Singapore) (ap-southeast-1)',
2020
"ap-southeast-2": 'Asia Pacific (Sydney) (ap-southeast-2)',
21+
"ap-southeast-3": 'Asia Pacific (Jakarta) (ap-southeast-3)',
2122
"ap-south-1": 'Asia Pacific (Mumbai) (ap-south-1)',
2223
"sa-east-1": 'South America (São Paulo) (sa-east-1)',
2324
"cn-north-1": 'China (Beijing) (cn-north-1)',
2425
"cn-northwest-1": 'China (Ningxia) (cn-northwest-1)',
2526
"me-south-1": 'Middle East (Bahrain) (me-south-1)',
27+
"me-central-1": "Middle East (UAE) (me-central-1)",
2628
"us-gov-east-1": 'AWS GovCloud (US-East) (us-gov-east-1)',
2729
"us-gov-west-1": 'AWS GovCloud (US) (us-gov-west-1)'
2830
};

0 commit comments

Comments
 (0)