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.5.4
6
10
7
11
### Changed
Original file line number Diff line number Diff line change 31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
34
- "dev-master" : " 1.5 -dev"
34
+ "dev-master" : " 1.6 -dev"
35
35
}
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -581,6 +581,14 @@ protected function getEndpointMetadata(?string $region): array
581
581
'signService ' => 'iam ' ,
582
582
'signVersions ' => ['v4 ' ],
583
583
];
584
+ case 'us-isof-east-1 ' :
585
+ case 'us-isof-south-1 ' :
586
+ return [
587
+ 'endpoint ' => 'https://iam.us-isof-south-1.csp.hci.ic.gov ' ,
588
+ 'signRegion ' => 'us-isof-south-1 ' ,
589
+ 'signService ' => 'iam ' ,
590
+ 'signVersions ' => ['v4 ' ],
591
+ ];
584
592
case 'us-isob-east-1 ' :
585
593
return [
586
594
'endpoint ' => 'https://iam.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments