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
## 1.3.3
6
10
7
11
### Changed
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 1.3 -dev"
31
+ "dev-master" : " 1.4 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -255,6 +255,14 @@ protected function getEndpointMetadata(?string $region): array
255
255
'signService ' => 'firehose ' ,
256
256
'signVersions ' => ['v4 ' ],
257
257
];
258
+ case 'us-isof-east-1 ' :
259
+ case 'us-isof-south-1 ' :
260
+ return [
261
+ 'endpoint ' => "https://firehose. $ region.csp.hci.ic.gov " ,
262
+ 'signRegion ' => $ region ,
263
+ 'signService ' => 'firehose ' ,
264
+ 'signVersions ' => ['v4 ' ],
265
+ ];
258
266
case 'us-isob-east-1 ' :
259
267
return [
260
268
'endpoint ' => 'https://firehose.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments