File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-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 ` us-iso-east-1 ` , ` us-iso-west-1 ` and ` us-isob-east-1 ` regions.
8+
59## 1.1.4
610
711### Changed
Original file line number Diff line number Diff line change 2929 },
3030 "extra" : {
3131 "branch-alias" : {
32- "dev-master" : " 1.1 -dev"
32+ "dev-master" : " 1.2 -dev"
3333 }
3434 }
3535}
Original file line number Diff line number Diff line change @@ -368,6 +368,24 @@ protected function getEndpointMetadata(?string $region): array
368368 $ region = Configuration::DEFAULT_REGION ;
369369 }
370370
371+ switch ($ region ) {
372+ case 'us-iso-east-1 ' :
373+ case 'us-iso-west-1 ' :
374+ return [
375+ 'endpoint ' => "https://scheduler. $ region.c2s.ic.gov " ,
376+ 'signRegion ' => $ region ,
377+ 'signService ' => 'scheduler ' ,
378+ 'signVersions ' => ['v4 ' ],
379+ ];
380+ case 'us-isob-east-1 ' :
381+ return [
382+ 'endpoint ' => 'https://scheduler.us-isob-east-1.sc2s.sgov.gov ' ,
383+ 'signRegion ' => 'us-isob-east-1 ' ,
384+ 'signService ' => 'scheduler ' ,
385+ 'signVersions ' => ['v4 ' ],
386+ ];
387+ }
388+
371389 return [
372390 'endpoint ' => "https://scheduler. $ region.amazonaws.com " ,
373391 'signRegion ' => $ region ,
You can’t perform that action at this time.
0 commit comments