File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS api-change: Added ` us-isof-east-1 ` and ` us-isof-south-1 ` regions
8
+
5
9
## 1.8.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-master" : " 1.8 -dev"
32
+ "dev-master" : " 1.9 -dev"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -206,6 +206,14 @@ protected function getEndpointMetadata(?string $region): array
206
206
'signService ' => 'ecr ' ,
207
207
'signVersions ' => ['v4 ' ],
208
208
];
209
+ case 'us-isof-east-1 ' :
210
+ case 'us-isof-south-1 ' :
211
+ return [
212
+ 'endpoint ' => "https://api.ecr. $ region.csp.hci.ic.gov " ,
213
+ 'signRegion ' => $ region ,
214
+ 'signService ' => 'ecr ' ,
215
+ 'signVersions ' => ['v4 ' ],
216
+ ];
209
217
case 'us-isob-east-1 ' :
210
218
return [
211
219
'endpoint ' => 'https://api.ecr.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments