Added eu-central-1, ap-south-1, ap-southeast-2 as Amazon SES regions

This commit is contained in:
Martijn Wiekens | Alexion Software
2020-02-14 12:40:39 +01:00
committed by Tautvidas Sipavičius
parent 9378aef58c
commit ebfda35e9d
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@ class AmazonSES {
'US East (N. Virginia)' => 'us-east-1',
'US West (Oregon)' => 'us-west-2',
'EU (Ireland)' => 'eu-west-1',
'EU (Frankfurt)' => 'eu-central-1',
'Asia Pacific (Mumbai)' => 'ap-south-1',
'Asia Pacific (Sydney)' => 'ap-southeast-2',
];
/** @var AmazonSESMapper */