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## 1.3.0
610
711### Added
Original file line number Diff line number Diff line change 2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 1.3 -dev"
30+ "dev-master" : " 1.4 -dev"
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change @@ -361,6 +361,14 @@ protected function getEndpointMetadata(?string $region): array
361361 'signService ' => 'states ' ,
362362 'signVersions ' => ['v4 ' ],
363363 ];
364+ case 'us-isof-east-1 ' :
365+ case 'us-isof-south-1 ' :
366+ return [
367+ 'endpoint ' => "https://states. $ region.csp.hci.ic.gov " ,
368+ 'signRegion ' => $ region ,
369+ 'signService ' => 'states ' ,
370+ 'signVersions ' => ['v4 ' ],
371+ ];
364372 case 'us-isob-east-1 ' :
365373 return [
366374 'endpoint ' => 'https://states.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments