File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 "fe" : {
5757 "hostname" : " agcod-v2-fe.amazon.com" ,
5858 "credentialScope" : {
59- "region" : " eu -west-1 "
59+ "region" : " us -west-2 "
6060 }
6161 },
6262 "fe-sandbox" : {
6363 "hostname" : " agcod-v2-fe-gamma.amazon.com" ,
6464 "credentialScope" : {
65- "region" : " eu -west-1 "
65+ "region" : " us -west-2 "
6666 }
6767 }
6868 }
Original file line number Diff line number Diff line change @@ -375,14 +375,14 @@ protected function getEndpointMetadata(?string $region): array
375375 case 'fe ' :
376376 return [
377377 'endpoint ' => 'https://agcod-v2-fe.amazon.com ' ,
378- 'signRegion ' => 'eu -west-1 ' ,
378+ 'signRegion ' => 'us -west-2 ' ,
379379 'signService ' => 'AGCODService ' ,
380380 'signVersions ' => ['v4 ' ],
381381 ];
382382 case 'fe-sandbox ' :
383383 return [
384384 'endpoint ' => 'https://agcod-v2-fe-gamma.amazon.com ' ,
385- 'signRegion ' => 'eu -west-1 ' ,
385+ 'signRegion ' => 'us -west-2 ' ,
386386 'signService ' => 'AGCODService ' ,
387387 'signVersions ' => ['v4 ' ],
388388 ];
You can’t perform that action at this time.
0 commit comments