File tree 3 files changed +13
-1
lines changed
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-iso-east-1 ` and ` us-iso-west-1 ` regions.
8
+
5
9
## 2.6.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 2.6 -dev"
31
+ "dev-master" : " 2.7 -dev"
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -208,6 +208,14 @@ protected function getEndpointMetadata(?string $region): array
208
208
'signService ' => 'codebuild ' ,
209
209
'signVersions ' => ['v4 ' ],
210
210
];
211
+ case 'us-iso-east-1 ' :
212
+ case 'us-iso-west-1 ' :
213
+ return [
214
+ 'endpoint ' => "https://codebuild. $ region.c2s.ic.gov " ,
215
+ 'signRegion ' => $ region ,
216
+ 'signService ' => 'codebuild ' ,
217
+ 'signVersions ' => ['v4 ' ],
218
+ ];
211
219
}
212
220
213
221
return [
You can’t perform that action at this time.
0 commit comments