Skip to content

Commit 5999a4f

Browse files
Update generated code (#1754)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent f5a2709 commit 5999a4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- AWS api-change: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.
88
- AWS api-change: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.
9+
- AWS api-change: Added `ap-southeast-5` region
910

1011
### Changed
1112

src/S3Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,6 +3019,7 @@ protected function getEndpointMetadata(?string $region): array
30193019
case 'ap-southeast-2':
30203020
case 'ap-southeast-3':
30213021
case 'ap-southeast-4':
3022+
case 'ap-southeast-5':
30223023
case 'ca-central-1':
30233024
case 'ca-west-1':
30243025
case 'eu-central-1':

0 commit comments

Comments
 (0)