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.4.0
610
711### Added
Original file line number Diff line number Diff line change 3232 },
3333 "extra" : {
3434 "branch-alias" : {
35- "dev-master" : " 3.4 -dev"
35+ "dev-master" : " 3.5 -dev"
3636 }
3737 }
3838}
Original file line number Diff line number Diff line change @@ -1181,6 +1181,14 @@ protected function getEndpointMetadata(?string $region): array
11811181 'signService ' => 'dynamodb ' ,
11821182 'signVersions ' => ['v4 ' ],
11831183 ];
1184+ case 'us-isof-east-1 ' :
1185+ case 'us-isof-south-1 ' :
1186+ return [
1187+ 'endpoint ' => "https://dynamodb. $ region.csp.hci.ic.gov " ,
1188+ 'signRegion ' => $ region ,
1189+ 'signService ' => 'dynamodb ' ,
1190+ 'signVersions ' => ['v4 ' ],
1191+ ];
11841192 case 'us-isob-east-1 ' :
11851193 return [
11861194 'endpoint ' => 'https://dynamodb.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments