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 2828 },
2929 "extra" : {
3030 "branch-alias" : {
31- "dev-master" : " 2.2 -dev"
31+ "dev-master" : " 2.3 -dev"
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -292,6 +292,13 @@ protected function getEndpointMetadata(?string $region): array
292292 'signService ' => 'codedeploy ' ,
293293 'signVersions ' => ['v4 ' ],
294294 ];
295+ case 'eu-isoe-west-1 ' :
296+ return [
297+ 'endpoint ' => 'https://codedeploy.eu-isoe-west-1.cloud.adc-e.uk ' ,
298+ 'signRegion ' => 'eu-isoe-west-1 ' ,
299+ 'signService ' => 'codedeploy ' ,
300+ 'signVersions ' => ['v4 ' ],
301+ ];
295302 case 'us-isob-east-1 ' :
296303 return [
297304 'endpoint ' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments