File tree 3 files changed +13
-1
lines changed
3 files changed +13
-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 ` us-isof-east-1 ` and ` us-isof-south-1 ` regions
8
+
5
9
## 3.1.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.1 -dev"
32
+ "dev-master" : " 3.2 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -805,6 +805,14 @@ protected function getEndpointMetadata(?string $region): array
805
805
'signService ' => 'athena ' ,
806
806
'signVersions ' => ['v4 ' ],
807
807
];
808
+ case 'us-isof-east-1 ' :
809
+ case 'us-isof-south-1 ' :
810
+ return [
811
+ 'endpoint ' => "https://athena. $ region.csp.hci.ic.gov " ,
812
+ 'signRegion ' => $ region ,
813
+ 'signService ' => 'athena ' ,
814
+ 'signVersions ' => ['v4 ' ],
815
+ ];
808
816
case 'us-iso-east-1 ' :
809
817
return [
810
818
'endpoint ' => 'https://athena.us-iso-east-1.c2s.ic.gov ' ,
You can’t perform that action at this time.
0 commit comments