File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-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 ` eu-isoe-west-1 ` region
8
+
5
9
### Changed
6
10
7
11
- Sort exception alphabetically.
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 3.2 -dev"
31
+ "dev-master" : " 3.3 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -1633,6 +1633,13 @@ protected function getEndpointMetadata(?string $region): array
1633
1633
'signService ' => 'kinesis ' ,
1634
1634
'signVersions ' => ['v4 ' ],
1635
1635
];
1636
+ case 'eu-isoe-west-1 ' :
1637
+ return [
1638
+ 'endpoint ' => 'https://kinesis.eu-isoe-west-1.cloud.adc-e.uk ' ,
1639
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
1640
+ 'signService ' => 'kinesis ' ,
1641
+ 'signVersions ' => ['v4 ' ],
1642
+ ];
1636
1643
case 'us-isob-east-1 ' :
1637
1644
return [
1638
1645
'endpoint ' => 'https://kinesis.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments