Add S3 region eu-west-3 (Paris)

This commit is contained in:
michael@discoursehosting.com 2018-07-08 10:09:44 +00:00 committed by Sam
parent d36c260dd0
commit 81188060d6
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class S3RegionSiteSetting < EnumSiteSetting
'eu-central-1',
'eu-west-1',
'eu-west-2',
'eu-west-3',
'sa-east-1',
'us-east-1',
'us-east-2',

View File

@ -196,6 +196,7 @@ en:
eu_central_1: "EU (Frankfurt)"
eu_west_1: "EU (Ireland)"
eu_west_2: "EU (London)"
eu_west_3: "EU (Paris)"
sa_east_1: "South America (Sao Paulo)"
us_east_1: "US East (N. Virginia)"
us_east_2: "US East (Ohio)"