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.2.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.2 -dev"
30
+ "dev-master" : " 1.3 -dev"
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ protected function getEndpointMetadata(?string $region): array
85
85
'signService ' => 'comprehend ' ,
86
86
'signVersions ' => ['v4 ' ],
87
87
];
88
+ case 'us-isof-east-1 ' :
89
+ case 'us-isof-south-1 ' :
90
+ return [
91
+ 'endpoint ' => "https://comprehend. $ region.csp.hci.ic.gov " ,
92
+ 'signRegion ' => $ region ,
93
+ 'signService ' => 'comprehend ' ,
94
+ 'signVersions ' => ['v4 ' ],
95
+ ];
88
96
case 'us-iso-east-1 ' :
89
97
return [
90
98
'endpoint ' => 'https://comprehend.us-iso-east-1.c2s.ic.gov ' ,
You can’t perform that action at this time.
0 commit comments