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 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS api-change: Added ` us-isof-east-1 ` and ` us-isof-south-1 ` regions
8+
59## 3.1.1
610
711### Changed
Original file line number Diff line number Diff line change 2828 },
2929 "extra" : {
3030 "branch-alias" : {
31- "dev-master" : " 3.1 -dev"
31+ "dev-master" : " 3.2 -dev"
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -1625,6 +1625,14 @@ protected function getEndpointMetadata(?string $region): array
16251625 'signService ' => 'kinesis ' ,
16261626 'signVersions ' => ['v4 ' ],
16271627 ];
1628+ case 'us-isof-east-1 ' :
1629+ case 'us-isof-south-1 ' :
1630+ return [
1631+ 'endpoint ' => "https://kinesis. $ region.csp.hci.ic.gov " ,
1632+ 'signRegion ' => $ region ,
1633+ 'signService ' => 'kinesis ' ,
1634+ 'signVersions ' => ['v4 ' ],
1635+ ];
16281636 case 'us-isob-east-1 ' :
16291637 return [
16301638 'endpoint ' => 'https://kinesis.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments