File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS api-change: Added ` eu-isoe-west-1 ` region
8
+
5
9
### Changed
6
10
7
11
- Sort exception alphabetically.
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-master" : " 1.9 -dev"
32
+ "dev-master" : " 1.10 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -214,6 +214,13 @@ protected function getEndpointMetadata(?string $region): array
214
214
'signService ' => 'ecr ' ,
215
215
'signVersions ' => ['v4 ' ],
216
216
];
217
+ case 'eu-isoe-west-1 ' :
218
+ return [
219
+ 'endpoint ' => 'https://api.ecr.eu-isoe-west-1.cloud.adc-e.uk ' ,
220
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
221
+ 'signService ' => 'ecr ' ,
222
+ 'signVersions ' => ['v4 ' ],
223
+ ];
217
224
case 'us-isob-east-1 ' :
218
225
return [
219
226
'endpoint ' => 'https://api.ecr.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments