File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
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-isob-west-1 ` region
8+
59### Changed
610
711- Apply new CodingStandard from latest php-cs-fixer.
Original file line number Diff line number Diff line change 2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 1.6 -dev"
30+ "dev-master" : " 1.7 -dev"
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change @@ -375,6 +375,14 @@ protected function getEndpointMetadata(?string $region): array
375375 'signService ' => 'states ' ,
376376 'signVersions ' => ['v4 ' ],
377377 ];
378+ case 'us-isob-east-1 ' :
379+ case 'us-isob-west-1 ' :
380+ return [
381+ 'endpoint ' => "https://states. $ region.sc2s.sgov.gov " ,
382+ 'signRegion ' => $ region ,
383+ 'signService ' => 'states ' ,
384+ 'signVersions ' => ['v4 ' ],
385+ ];
378386 case 'us-isof-east-1 ' :
379387 case 'us-isof-south-1 ' :
380388 return [
@@ -390,13 +398,6 @@ protected function getEndpointMetadata(?string $region): array
390398 'signService ' => 'states ' ,
391399 'signVersions ' => ['v4 ' ],
392400 ];
393- case 'us-isob-east-1 ' :
394- return [
395- 'endpoint ' => 'https://states.us-isob-east-1.sc2s.sgov.gov ' ,
396- 'signRegion ' => 'us-isob-east-1 ' ,
397- 'signService ' => 'states ' ,
398- 'signVersions ' => ['v4 ' ],
399- ];
400401 case 'fips-us-iso-east-1 ' :
401402 return [
402403 'endpoint ' => 'https://states-fips.us-iso-east-1.c2s.ic.gov ' ,
You can’t perform that action at this time.
0 commit comments