File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- AWS api-change: Add support for Dualstack Endpoints
8
+ - AWS api-change: fix dkr- regions endpoint
8
9
9
10
## 1.7.0
10
11
Original file line number Diff line number Diff line change @@ -74,32 +74,6 @@ protected function getEndpointMetadata(?string $region): array
74
74
case 'ap-southeast-5 ' :
75
75
case 'ca-central-1 ' :
76
76
case 'ca-west-1 ' :
77
- case 'dkr-af-south-1 ' :
78
- case 'dkr-ap-east-1 ' :
79
- case 'dkr-ap-northeast-1 ' :
80
- case 'dkr-ap-northeast-2 ' :
81
- case 'dkr-ap-northeast-3 ' :
82
- case 'dkr-ap-south-1 ' :
83
- case 'dkr-ap-south-2 ' :
84
- case 'dkr-ap-southeast-1 ' :
85
- case 'dkr-ap-southeast-2 ' :
86
- case 'dkr-ap-southeast-3 ' :
87
- case 'dkr-ap-southeast-4 ' :
88
- case 'dkr-ap-southeast-5 ' :
89
- case 'dkr-ca-central-1 ' :
90
- case 'dkr-ca-west-1 ' :
91
- case 'dkr-eu-central-1 ' :
92
- case 'dkr-eu-central-2 ' :
93
- case 'dkr-eu-north-1 ' :
94
- case 'dkr-eu-south-1 ' :
95
- case 'dkr-eu-south-2 ' :
96
- case 'dkr-eu-west-1 ' :
97
- case 'dkr-eu-west-2 ' :
98
- case 'dkr-eu-west-3 ' :
99
- case 'dkr-il-central-1 ' :
100
- case 'dkr-me-central-1 ' :
101
- case 'dkr-me-south-1 ' :
102
- case 'dkr-sa-east-1 ' :
103
77
case 'eu-central-1 ' :
104
78
case 'eu-central-2 ' :
105
79
case 'eu-north-1 ' :
@@ -126,8 +100,6 @@ protected function getEndpointMetadata(?string $region): array
126
100
];
127
101
case 'cn-north-1 ' :
128
102
case 'cn-northwest-1 ' :
129
- case 'dkr-cn-north-1 ' :
130
- case 'dkr-cn-northwest-1 ' :
131
103
return [
132
104
'endpoint ' => "https://api.ecr. $ region.amazonaws.com.cn " ,
133
105
'signRegion ' => $ region ,
You can’t perform that action at this time.
0 commit comments