File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.339.9 "
3+ "${LATEST}" : " 3.339.11 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
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