From fc0bb12367e898d84f6e161499ee948d97f4e519 Mon Sep 17 00:00:00 2001 From: zyh320888 Date: Fri, 17 Apr 2026 01:22:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(eci):=20=E6=96=B0=E5=A2=9E=20a?= =?UTF-8?q?p-southeast-1=20=E5=8C=BA=E5=9F=9F=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- eci.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eci.go b/eci.go index 38289f1..6d6ef6c 100644 --- a/eci.go +++ b/eci.go @@ -74,6 +74,7 @@ var validEciRegions = []string{ "cn-shanghai", "cn-beijing", "us-west-1", + "ap-southeast-1", } // isValidECIRegion checks to make sure we're using a valid ECI region