File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1161,14 +1161,14 @@ protected function getEndpointMetadata(?string $region): array
1161
1161
];
1162
1162
case 'us-gov-east-1-fips ' :
1163
1163
return [
1164
- 'endpoint ' => 'https://dynamodb.us-gov-east-1.amazonaws.com ' ,
1164
+ 'endpoint ' => 'https://dynamodb-fips .us-gov-east-1.amazonaws.com ' ,
1165
1165
'signRegion ' => 'us-gov-east-1 ' ,
1166
1166
'signService ' => 'dynamodb ' ,
1167
1167
'signVersions ' => ['v4 ' ],
1168
1168
];
1169
1169
case 'us-gov-west-1-fips ' :
1170
1170
return [
1171
- 'endpoint ' => 'https://dynamodb.us-gov-west-1.amazonaws.com ' ,
1171
+ 'endpoint ' => 'https://dynamodb-fips .us-gov-west-1.amazonaws.com ' ,
1172
1172
'signRegion ' => 'us-gov-west-1 ' ,
1173
1173
'signService ' => 'dynamodb ' ,
1174
1174
'signVersions ' => ['v4 ' ],
You can’t perform that action at this time.
0 commit comments