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.1.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.1 -dev"
30
+ "dev-master" : " 1.2 -dev"
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -112,6 +112,14 @@ protected function getEndpointMetadata(?string $region): array
112
112
'signService ' => 'translate ' ,
113
113
'signVersions ' => ['v4 ' ],
114
114
];
115
+ case 'us-isof-east-1 ' :
116
+ case 'us-isof-south-1 ' :
117
+ return [
118
+ 'endpoint ' => "https://translate. $ region.csp.hci.ic.gov " ,
119
+ 'signRegion ' => $ region ,
120
+ 'signService ' => 'translate ' ,
121
+ 'signVersions ' => ['v4 ' ],
122
+ ];
115
123
case 'us-iso-east-1 ' :
116
124
return [
117
125
'endpoint ' => 'https://translate.us-iso-east-1.c2s.ic.gov ' ,
You can’t perform that action at this time.
0 commit comments