From 5999a4f32bebb02345dc8219104389132e795ad6 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Fri, 23 Aug 2024 02:02:29 -0700 Subject: [PATCH] Update generated code (#1754) 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 8699902..cdf4367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - AWS api-change: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API. - AWS api-change: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs. +- AWS api-change: Added `ap-southeast-5` region ### Changed diff --git a/src/S3Client.php b/src/S3Client.php index 2ad0769..97d9d0a 100644 --- a/src/S3Client.php +++ b/src/S3Client.php @@ -3019,6 +3019,7 @@ protected function getEndpointMetadata(?string $region): array case 'ap-southeast-2': case 'ap-southeast-3': case 'ap-southeast-4': + case 'ap-southeast-5': case 'ca-central-1': case 'ca-west-1': case 'eu-central-1':