File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-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 ` fips-ca-central-1 ` and ` fips-ca-west-1 ` regions.
8
+
5
9
### Changed
6
10
7
11
- Enable compiler optimization for the ` sprintf ` function.
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-master" : " 2.2 -dev"
32
+ "dev-master" : " 2.3 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -748,6 +748,20 @@ protected function getEndpointMetadata(?string $region): array
748
748
'signService ' => 'athena ' ,
749
749
'signVersions ' => ['v4 ' ],
750
750
];
751
+ case 'fips-ca-central-1 ' :
752
+ return [
753
+ 'endpoint ' => 'https://athena-fips.ca-central-1.amazonaws.com ' ,
754
+ 'signRegion ' => 'ca-central-1 ' ,
755
+ 'signService ' => 'athena ' ,
756
+ 'signVersions ' => ['v4 ' ],
757
+ ];
758
+ case 'fips-ca-west-1 ' :
759
+ return [
760
+ 'endpoint ' => 'https://athena-fips.ca-west-1.amazonaws.com ' ,
761
+ 'signRegion ' => 'ca-west-1 ' ,
762
+ 'signService ' => 'athena ' ,
763
+ 'signVersions ' => ['v4 ' ],
764
+ ];
751
765
case 'fips-us-east-1 ' :
752
766
return [
753
767
'endpoint ' => 'https://athena-fips.us-east-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments