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 52407b6 commit 29c414eCopy full SHA for 29c414e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- AWS api-change: Add support for the `il-central-1` region
8
9
## 1.4.0
10
11
### Added
src/EcrClient.php
@@ -80,6 +80,7 @@ protected function getEndpointMetadata(?string $region): array
80
case 'eu-west-1':
81
case 'eu-west-2':
82
case 'eu-west-3':
83
+ case 'il-central-1':
84
case 'me-central-1':
85
case 'me-south-1':
86
case 'sa-east-1':
0 commit comments