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 38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
41
- "dev-master" : " 1.25 -dev"
41
+ "dev-master" : " 1.26 -dev"
42
42
}
43
43
}
44
44
}
Original file line number Diff line number Diff line change @@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
405
405
'signService ' => 'sts ' ,
406
406
'signVersions ' => ['v4 ' ],
407
407
];
408
+ case 'eu-isoe-west-1 ' :
409
+ return [
410
+ 'endpoint ' => 'https://sts.eu-isoe-west-1.cloud.adc-e.uk ' ,
411
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
412
+ 'signService ' => 'sts ' ,
413
+ 'signVersions ' => ['v4 ' ],
414
+ ];
408
415
case 'us-isob-east-1 ' :
409
416
return [
410
417
'endpoint ' => 'https://sts.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments