Merge pull request #2 from kapierstau/fix/eu-region-for-eu-endpoint

This commit is contained in:
2022-08-18 10:22:22 +09:00
committed by GitHub

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':