We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4eeb4 commit 4726d55Copy full SHA for 4726d55
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
- AWS api-change: Amazon S3 introduces support for AWS Dedicated Local Zones
8
- AWS api-change: Added `ap-southeast-7` region
9
+- AWS api-change: Added `mx-central-1` region
10
11
### Changed
12
src/S3Client.php
@@ -3223,6 +3223,7 @@ protected function getEndpointMetadata(?string $region): array
3223
case 'il-central-1':
3224
case 'me-central-1':
3225
case 'me-south-1':
3226
+ case 'mx-central-1':
3227
case 'sa-east-1':
3228
case 'us-east-1':
3229
case 'us-east-2':
0 commit comments