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
11611161 ];
11621162 case 'us-gov-east-1-fips ' :
11631163 return [
1164- 'endpoint ' => 'https://dynamodb.us-gov-east-1.amazonaws.com ' ,
1164+ 'endpoint ' => 'https://dynamodb-fips .us-gov-east-1.amazonaws.com ' ,
11651165 'signRegion ' => 'us-gov-east-1 ' ,
11661166 'signService ' => 'dynamodb ' ,
11671167 'signVersions ' => ['v4 ' ],
11681168 ];
11691169 case 'us-gov-west-1-fips ' :
11701170 return [
1171- 'endpoint ' => 'https://dynamodb.us-gov-west-1.amazonaws.com ' ,
1171+ 'endpoint ' => 'https://dynamodb-fips .us-gov-west-1.amazonaws.com ' ,
11721172 'signRegion ' => 'us-gov-west-1 ' ,
11731173 'signService ' => 'dynamodb ' ,
11741174 'signVersions ' => ['v4 ' ],
You can’t perform that action at this time.
0 commit comments