Skip to content

Commit

Permalink
Update generated code (#1754)
Browse files Browse the repository at this point in the history
* update generated code

* Apply suggestions from code review

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse committed Aug 23, 2024
1 parent f5a2709 commit 5999a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/S3Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 5999a4f

Please sign in to comment.