File tree 3 files changed +13
-1
lines changed
3 files changed +13
-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 ` us-isof-east-1 ` and ` us-isof-south-1 ` regions
8
+
5
9
## 2.1.3
6
10
7
11
### Changed
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 2.1 -dev"
31
+ "dev-master" : " 2.2 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -284,6 +284,14 @@ protected function getEndpointMetadata(?string $region): array
284
284
'signService ' => 'codedeploy ' ,
285
285
'signVersions ' => ['v4 ' ],
286
286
];
287
+ case 'us-isof-east-1 ' :
288
+ case 'us-isof-south-1 ' :
289
+ return [
290
+ 'endpoint ' => "https://codedeploy. $ region.csp.hci.ic.gov " ,
291
+ 'signRegion ' => $ region ,
292
+ 'signService ' => 'codedeploy ' ,
293
+ 'signVersions ' => ['v4 ' ],
294
+ ];
287
295
case 'us-isob-east-1 ' :
288
296
return [
289
297
'endpoint ' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments