File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Added getPublicKey and verify operation
8
8
- AWS api-change: Added ` ap-southeast-7 ` and ` ap-southeast-7-fips ` regions
9
+ - AWS api-change: Added ` mx-central-1 ` and ` mx-central-1-fips ` regions
9
10
10
11
## 1.6.0
11
12
Original file line number Diff line number Diff line change @@ -1091,6 +1091,7 @@ protected function getEndpointMetadata(?string $region): array
1091
1091
case 'il-central-1 ' :
1092
1092
case 'me-central-1 ' :
1093
1093
case 'me-south-1 ' :
1094
+ case 'mx-central-1 ' :
1094
1095
case 'sa-east-1 ' :
1095
1096
case 'us-east-1 ' :
1096
1097
case 'us-east-2 ' :
@@ -1302,6 +1303,13 @@ protected function getEndpointMetadata(?string $region): array
1302
1303
'signService ' => 'kms ' ,
1303
1304
'signVersions ' => ['v4 ' ],
1304
1305
];
1306
+ case 'mx-central-1-fips ' :
1307
+ return [
1308
+ 'endpoint ' => 'https://kms-fips.mx-central-1.amazonaws.com ' ,
1309
+ 'signRegion ' => 'mx-central-1 ' ,
1310
+ 'signService ' => 'kms ' ,
1311
+ 'signVersions ' => ['v4 ' ],
1312
+ ];
1305
1313
case 'sa-east-1-fips ' :
1306
1314
return [
1307
1315
'endpoint ' => 'https://kms-fips.sa-east-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments