File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
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 ` us-isob-west-1 ` region
8+
59### Changed
610
711- Apply new CodingStandard from latest php-cs-fixer.
Original file line number Diff line number Diff line change 2828 },
2929 "extra" : {
3030 "branch-alias" : {
31- "dev-master" : " 2.3 -dev"
31+ "dev-master" : " 2.4 -dev"
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -284,6 +284,14 @@ protected function getEndpointMetadata(?string $region): array
284284 'signService ' => 'codedeploy ' ,
285285 'signVersions ' => ['v4 ' ],
286286 ];
287+ case 'us-isob-east-1 ' :
288+ case 'us-isob-west-1 ' :
289+ return [
290+ 'endpoint ' => "https://codedeploy. $ region.sc2s.sgov.gov " ,
291+ 'signRegion ' => $ region ,
292+ 'signService ' => 'codedeploy ' ,
293+ 'signVersions ' => ['v4 ' ],
294+ ];
287295 case 'us-isof-east-1 ' :
288296 case 'us-isof-south-1 ' :
289297 return [
@@ -299,13 +307,6 @@ protected function getEndpointMetadata(?string $region): array
299307 'signService ' => 'codedeploy ' ,
300308 'signVersions ' => ['v4 ' ],
301309 ];
302- case 'us-isob-east-1 ' :
303- return [
304- 'endpoint ' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov ' ,
305- 'signRegion ' => 'us-isob-east-1 ' ,
306- 'signService ' => 'codedeploy ' ,
307- 'signVersions ' => ['v4 ' ],
308- ];
309310 }
310311
311312 return [
You can’t perform that action at this time.
0 commit comments