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.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 27
27
},
28
28
"extra" : {
29
29
"branch-alias" : {
30
- "dev-master" : " 1.3 -dev"
30
+ "dev-master" : " 1.4 -dev"
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -361,6 +361,14 @@ protected function getEndpointMetadata(?string $region): array
361
361
'signService ' => 'states ' ,
362
362
'signVersions ' => ['v4 ' ],
363
363
];
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
+ ];
364
372
case 'us-isob-east-1 ' :
365
373
return [
366
374
'endpoint ' => 'https://states.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments