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 163ab41 commit deb1897Copy full SHA for deb1897
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- AWS api-change: Add support for Dualstack Endpoints
8
- AWS api-change: fix dkr- regions endpoint
9
- AWS api-change: Added `ap-southeast-7` region
10
+- AWS api-change: Added `mx-central-1` region
11
12
## 1.7.0
13
src/EcrClient.php
@@ -86,6 +86,7 @@ protected function getEndpointMetadata(?string $region): array
86
case 'il-central-1':
87
case 'me-central-1':
88
case 'me-south-1':
89
+ case 'mx-central-1':
90
case 'sa-east-1':
91
case 'us-east-1':
92
case 'us-east-2':
0 commit comments