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 5
5
### Added
6
6
7
7
- Added getPublicKey and verify operation
8
+ - AWS api-change: Added ` ap-southeast-7 ` and ` ap-southeast-7-fips ` regions
8
9
9
10
## 1.6.0
10
11
Original file line number Diff line number Diff line change @@ -1077,6 +1077,7 @@ protected function getEndpointMetadata(?string $region): array
1077
1077
case 'ap-southeast-3 ' :
1078
1078
case 'ap-southeast-4 ' :
1079
1079
case 'ap-southeast-5 ' :
1080
+ case 'ap-southeast-7 ' :
1080
1081
case 'ca-central-1 ' :
1081
1082
case 'ca-west-1 ' :
1082
1083
case 'eu-central-1 ' :
@@ -1203,6 +1204,13 @@ protected function getEndpointMetadata(?string $region): array
1203
1204
'signService ' => 'kms ' ,
1204
1205
'signVersions ' => ['v4 ' ],
1205
1206
];
1207
+ case 'ap-southeast-7-fips ' :
1208
+ return [
1209
+ 'endpoint ' => 'https://kms-fips.ap-southeast-7.amazonaws.com ' ,
1210
+ 'signRegion ' => 'ap-southeast-7 ' ,
1211
+ 'signService ' => 'kms ' ,
1212
+ 'signVersions ' => ['v4 ' ],
1213
+ ];
1206
1214
case 'ca-central-1-fips ' :
1207
1215
return [
1208
1216
'endpoint ' => 'https://kms-fips.ca-central-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments