File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
"fe" : {
57
57
"hostname" : " agcod-v2-fe.amazon.com" ,
58
58
"credentialScope" : {
59
- "region" : " eu -west-1 "
59
+ "region" : " us -west-2 "
60
60
}
61
61
},
62
62
"fe-sandbox" : {
63
63
"hostname" : " agcod-v2-fe-gamma.amazon.com" ,
64
64
"credentialScope" : {
65
- "region" : " eu -west-1 "
65
+ "region" : " us -west-2 "
66
66
}
67
67
}
68
68
}
Original file line number Diff line number Diff line change @@ -375,14 +375,14 @@ protected function getEndpointMetadata(?string $region): array
375
375
case 'fe ' :
376
376
return [
377
377
'endpoint ' => 'https://agcod-v2-fe.amazon.com ' ,
378
- 'signRegion ' => 'eu -west-1 ' ,
378
+ 'signRegion ' => 'us -west-2 ' ,
379
379
'signService ' => 'AGCODService ' ,
380
380
'signVersions ' => ['v4 ' ],
381
381
];
382
382
case 'fe-sandbox ' :
383
383
return [
384
384
'endpoint ' => 'https://agcod-v2-fe-gamma.amazon.com ' ,
385
- 'signRegion ' => 'eu -west-1 ' ,
385
+ 'signRegion ' => 'us -west-2 ' ,
386
386
'signService ' => 'AGCODService ' ,
387
387
'signVersions ' => ['v4 ' ],
388
388
];
You can’t perform that action at this time.
0 commit comments