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 27
27
},
28
28
"extra" : {
29
29
"branch-alias" : {
30
- "dev-master" : " 1.5 -dev"
30
+ "dev-master" : " 1.6 -dev"
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -383,6 +383,13 @@ protected function getEndpointMetadata(?string $region): array
383
383
'signService ' => 'states ' ,
384
384
'signVersions ' => ['v4 ' ],
385
385
];
386
+ case 'eu-isoe-west-1 ' :
387
+ return [
388
+ 'endpoint ' => 'https://states.eu-isoe-west-1.cloud.adc-e.uk ' ,
389
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
390
+ 'signService ' => 'states ' ,
391
+ 'signVersions ' => ['v4 ' ],
392
+ ];
386
393
case 'us-isob-east-1 ' :
387
394
return [
388
395
'endpoint ' => 'https://states.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments