File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 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.8.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 2.8 -dev"
31
+ "dev-master" : " 2.9 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -653,6 +653,14 @@ protected function getEndpointMetadata(?string $region): array
653
653
'signService ' => 'lambda ' ,
654
654
'signVersions ' => ['v4 ' ],
655
655
];
656
+ case 'us-isof-east-1 ' :
657
+ case 'us-isof-south-1 ' :
658
+ return [
659
+ 'endpoint ' => "https://lambda. $ region.csp.hci.ic.gov " ,
660
+ 'signRegion ' => $ region ,
661
+ 'signService ' => 'lambda ' ,
662
+ 'signVersions ' => ['v4 ' ],
663
+ ];
656
664
case 'us-isob-east-1 ' :
657
665
return [
658
666
'endpoint ' => 'https://lambda.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments