From be97da022a6aff86cf23f21c9fc998c1546aed16 Mon Sep 17 00:00:00 2001 From: IrwenXYZ Date: Mon, 7 Jul 2025 23:46:39 +0800 Subject: [PATCH] added new AWS regions malaysia, taipei, thailand, mexico --- aws.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/aws.php b/aws.php index 87fb0d7..c71c60d 100644 --- a/aws.php +++ b/aws.php @@ -51,6 +51,10 @@ function src(region_id) { text1: "Asia Pacific", text2: "Jakarta", code: "ap-southeast-3" + }, { + text1: "Asia Pacific", + text2: "Malaysia", + code: "ap-southeast-5" }, { text1: "Asia Pacific", text2: "Melbourne", @@ -75,6 +79,14 @@ function src(region_id) { text1: "Asia Pacific", text2: "Sydney", code: "ap-southeast-2" + }, { + text1: "Asia Pacific", + text2: "Taipei", + code: "ap-east-2" + }, { + text1: "Asia Pacific", + text2: "Thailand", + code: "ap-southeast-7" }, { text1: "Asia Pacific", text2: "Tokyo", @@ -87,6 +99,10 @@ function src(region_id) { text1: "Canada", text2: "Calgary", code: "ca-west-1" + }, { + text1: "Mexico", + text2: "Central", + code: "mx-central-1" }, { text1: "Europe", text2: "Frankfurt",