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 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS api-change: Added ` eu-isoe-west-1 ` region
8+
59### Changed
610
711- Sort exception alphabetically.
Original file line number Diff line number Diff line change 2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 1.5 -dev"
30+ "dev-master" : " 1.6 -dev"
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change @@ -383,6 +383,13 @@ protected function getEndpointMetadata(?string $region): array
383383 'signService ' => 'states ' ,
384384 'signVersions ' => ['v4 ' ],
385385 ];
386+ case 'eu-isoe-west-1 ' :
387+ return [
388+ 'endpoint ' => 'https://states.eu-isoe-west-1.cloud.adc-e.uk ' ,
389+ 'signRegion ' => 'eu-isoe-west-1 ' ,
390+ 'signService ' => 'states ' ,
391+ 'signVersions ' => ['v4 ' ],
392+ ];
386393 case 'us-isob-east-1 ' :
387394 return [
388395 'endpoint ' => 'https://states.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments