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
## 2.3.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 2.3 -dev"
31
+ "dev-master" : " 2.4 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -898,6 +898,20 @@ protected function getEndpointMetadata(?string $region): array
898
898
'signService ' => 'sqs ' ,
899
899
'signVersions ' => ['v4 ' ],
900
900
];
901
+ case 'fips-ca-central-1 ' :
902
+ return [
903
+ 'endpoint ' => 'https://sqs-fips.ca-central-1.amazonaws.com ' ,
904
+ 'signRegion ' => 'ca-central-1 ' ,
905
+ 'signService ' => 'sqs ' ,
906
+ 'signVersions ' => ['v4 ' ],
907
+ ];
908
+ case 'fips-ca-west-1 ' :
909
+ return [
910
+ 'endpoint ' => 'https://sqs-fips.ca-west-1.amazonaws.com ' ,
911
+ 'signRegion ' => 'ca-west-1 ' ,
912
+ 'signService ' => 'sqs ' ,
913
+ 'signVersions ' => ['v4 ' ],
914
+ ];
901
915
case 'fips-us-east-1 ' :
902
916
return [
903
917
'endpoint ' => 'https://sqs-fips.us-east-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments