Update AWS.php

Fixed region for EU endpoint
This commit is contained in:
kapierstau.io
2022-08-17 13:54:10 +02:00
committed by GitHub
parent 54a4d9e4c3
commit 37b4cbce40

View File

@@ -364,7 +364,7 @@ class AWS
break;
case 'agcod-v2-eu.amazon.com':
case 'agcod-v2-eu-gamma.amazon.com':
$region_name = 'us-west-1';
$region_name = 'eu-west-1';
break;
case 'agcod-v2-fe.amazon.com':
case 'agcod-v2-fe-gamma.amazon.com':