File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.342.33 "
3
+ "${LATEST}" : " 3.342.35 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- AWS api-change: Added ` eu-isoe-west-1 ` region
8
+ - AWS api-change: Added ` us-iso-east-1 ` and ` us-iso-west-1 ` regions.
8
9
9
10
## 1.3.0
10
11
Original file line number Diff line number Diff line change @@ -139,6 +139,14 @@ protected function getEndpointMetadata(?string $region): array
139
139
'signService ' => 'xray ' ,
140
140
'signVersions ' => ['v4 ' ],
141
141
];
142
+ case 'us-iso-east-1 ' :
143
+ case 'us-iso-west-1 ' :
144
+ return [
145
+ 'endpoint ' => "https://xray. $ region.c2s.ic.gov " ,
146
+ 'signRegion ' => $ region ,
147
+ 'signService ' => 'xray ' ,
148
+ 'signVersions ' => ['v4 ' ],
149
+ ];
142
150
case 'us-isof-east-1 ' :
143
151
case 'us-isof-south-1 ' :
144
152
return [
You can’t perform that action at this time.
0 commit comments