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
## 1.24.1
6
10
7
11
### Fixed
Original file line number Diff line number Diff line change 38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
41
- "dev-master" : " 1.24 -dev"
41
+ "dev-master" : " 1.25 -dev"
42
42
}
43
43
}
44
44
}
Original file line number Diff line number Diff line change @@ -397,6 +397,14 @@ protected function getEndpointMetadata(?string $region): array
397
397
'signService ' => 'sts ' ,
398
398
'signVersions ' => ['v4 ' ],
399
399
];
400
+ case 'us-isof-east-1 ' :
401
+ case 'us-isof-south-1 ' :
402
+ return [
403
+ 'endpoint ' => "https://sts. $ region.csp.hci.ic.gov " ,
404
+ 'signRegion ' => $ region ,
405
+ 'signService ' => 'sts ' ,
406
+ 'signVersions ' => ['v4 ' ],
407
+ ];
400
408
case 'us-isob-east-1 ' :
401
409
return [
402
410
'endpoint ' => 'https://sts.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments