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
## 3.4.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 32
32
},
33
33
"extra" : {
34
34
"branch-alias" : {
35
- "dev-master" : " 3.4 -dev"
35
+ "dev-master" : " 3.5 -dev"
36
36
}
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -1181,6 +1181,14 @@ protected function getEndpointMetadata(?string $region): array
1181
1181
'signService ' => 'dynamodb ' ,
1182
1182
'signVersions ' => ['v4 ' ],
1183
1183
];
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
+ ];
1184
1192
case 'us-isob-east-1 ' :
1185
1193
return [
1186
1194
'endpoint ' => 'https://dynamodb.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments