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 845d964 commit 621d691Copy full SHA for 621d691
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
### Added
6
7
-- AWS api-change: Added `eu-central-2` and `eu-south-2` regions
+- AWS api-change: Added `eu-central-2`, `eu-south-2` and `ap-south-2` regions
8
9
## 1.2.0
10
src/EcrClient.php
@@ -60,6 +60,7 @@ protected function getEndpointMetadata(?string $region): array
60
case 'ap-northeast-2':
61
case 'ap-northeast-3':
62
case 'ap-south-1':
63
+ case 'ap-south-2':
64
case 'ap-southeast-1':
65
case 'ap-southeast-2':
66
case 'ap-southeast-3':
0 commit comments