Add new Amazon SES locations

[MAILPOET-4041]
This commit is contained in:
Oluwaseun Olorunsola
2022-01-11 10:23:49 +01:00
committed by Veljko V
parent 17cf92e73a
commit 1c7a7549bd
2 changed files with 18 additions and 2 deletions

View File

@@ -31,15 +31,23 @@ class AmazonSES {
'US West (Oregon)' => 'us-west-2',
'EU (Ireland)' => 'eu-west-1',
'EU (London)' => 'eu-west-2',
'EU (Frankfurt)' => 'eu-central-1',
'EU (Paris)' => 'eu-west-3',
'EU (Milan)' => 'eu-south-1',
'EU (Frankfurt)' => 'eu-central-1',
'EU (Stockholm)' => 'eu-north-1',
'Canada (Central)' => 'ca-central-1',
'China (Beijing)' => 'cn-north-1',
'China (Ningxia)' => 'cn-northwest-1',
'Africa (Cape Town)' => 'af-south-1',
'Asia Pacific (Hong Kong)' => 'ap-east-1',
'Asia Pacific (Jakarta)' => 'ap-southeast-3',
'Asia Pacific (Mumbai)' => 'ap-south-1',
'Asia Pacific (Seoul)' => 'ap-northeast-2',
'Asia Pacific (Osaka)' => 'ap-northeast-3',
'Asia Pacific (Singapore)' => 'ap-southeast-1',
'Asia Pacific (Sydney)' => 'ap-southeast-2',
'Asia Pacific (Tokyo)' => 'ap-northeast-1',
'Middle East (Bahrain)' => 'me-south-1',
'South America (Sao Paulo)' => 'sa-east-1',
'AWS GovCloud (US)' => 'us-gov-west-1',
];