File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS api-change: Added ` ca-west-1-fips ` region
8+
59## 3.0.1
610
711### Changed
Original file line number Diff line number Diff line change 3232 },
3333 "extra" : {
3434 "branch-alias" : {
35- "dev-master" : " 3.0 -dev"
35+ "dev-master" : " 3.1 -dev"
3636 }
3737 }
3838}
Original file line number Diff line number Diff line change @@ -1107,6 +1107,13 @@ protected function getEndpointMetadata(?string $region): array
11071107 'signService ' => 'dynamodb ' ,
11081108 'signVersions ' => ['v4 ' ],
11091109 ];
1110+ case 'ca-west-1-fips ' :
1111+ return [
1112+ 'endpoint ' => 'https://dynamodb-fips.ca-west-1.amazonaws.com ' ,
1113+ 'signRegion ' => 'ca-west-1 ' ,
1114+ 'signService ' => 'dynamodb ' ,
1115+ 'signVersions ' => ['v4 ' ],
1116+ ];
11101117 case 'us-east-1-fips ' :
11111118 return [
11121119 'endpoint ' => 'https://dynamodb-fips.us-east-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments