File tree 3 files changed +12
-1
lines changed
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
## 3.2.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-master" : " 3.2 -dev"
32
+ "dev-master" : " 3.3 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -813,6 +813,13 @@ protected function getEndpointMetadata(?string $region): array
813
813
'signService ' => 'athena ' ,
814
814
'signVersions ' => ['v4 ' ],
815
815
];
816
+ case 'eu-isoe-west-1 ' :
817
+ return [
818
+ 'endpoint ' => 'https://athena.eu-isoe-west-1.cloud.adc-e.uk ' ,
819
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
820
+ 'signService ' => 'athena ' ,
821
+ 'signVersions ' => ['v4 ' ],
822
+ ];
816
823
case 'us-iso-east-1 ' :
817
824
return [
818
825
'endpoint ' => 'https://athena.us-iso-east-1.c2s.ic.gov ' ,
You can’t perform that action at this time.
0 commit comments