We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a2709 commit 5999a4fCopy full SHA for 5999a4f
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
- AWS api-change: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.
8
- 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
10
11
### Changed
12
src/S3Client.php
@@ -3019,6 +3019,7 @@ protected function getEndpointMetadata(?string $region): array
3019
case 'ap-southeast-2':
3020
case 'ap-southeast-3':
3021
case 'ap-southeast-4':
3022
+ case 'ap-southeast-5':
3023
case 'ca-central-1':
3024
case 'ca-west-1':
3025
case 'eu-central-1':
0 commit comments