From 4726d558c276aa69c5e0f9cd21e3ba790f0b72a6 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:08:31 -0800 Subject: [PATCH] Update generated code (#1832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé --- CHANGELOG.md | 1 + src/S3Client.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db27b5..bd423e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - AWS api-change: Amazon S3 introduces support for AWS Dedicated Local Zones - AWS api-change: Added `ap-southeast-7` region +- AWS api-change: Added `mx-central-1` region ### Changed diff --git a/src/S3Client.php b/src/S3Client.php index 8473e5c..c6d5d46 100644 --- a/src/S3Client.php +++ b/src/S3Client.php @@ -3223,6 +3223,7 @@ protected function getEndpointMetadata(?string $region): array case 'il-central-1': case 'me-central-1': case 'me-south-1': + case 'mx-central-1': case 'sa-east-1': case 'us-east-1': case 'us-east-2':