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 d71b000 commit 163ab41Copy full SHA for 163ab41
CHANGELOG.md
@@ -6,6 +6,7 @@
6
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
11
## 1.7.0
12
src/EcrClient.php
@@ -72,6 +72,7 @@ protected function getEndpointMetadata(?string $region): array
72
case 'ap-southeast-3':
73
case 'ap-southeast-4':
74
case 'ap-southeast-5':
75
+ case 'ap-southeast-7':
76
case 'ca-central-1':
77
case 'ca-west-1':
78
case 'eu-central-1':
0 commit comments