diff --git a/app/models/s3_region_site_setting.rb b/app/models/s3_region_site_setting.rb index d931a14b203..9f195d4a908 100644 --- a/app/models/s3_region_site_setting.rb +++ b/app/models/s3_region_site_setting.rb @@ -17,15 +17,18 @@ class S3RegionSiteSetting < EnumSiteSetting 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', + 'ca-central-1', 'cn-north-1', 'cn-northwest-1', 'eu-central-1', + 'eu-north-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'sa-east-1', 'us-east-1', 'us-east-2', + 'us-gov-east-1', 'us-gov-west-1', 'us-west-1', 'us-west-2', diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 3ee598ca117..6141724c631 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -192,15 +192,18 @@ en: ap_south_1: "Asia Pacific (Mumbai)" ap_southeast_1: "Asia Pacific (Singapore)" ap_southeast_2: "Asia Pacific (Sydney)" + ca_central_1: "Canada (Central)" cn_north_1: "China (Beijing)" cn_northwest_1: "China (Ningxia)" eu_central_1: "EU (Frankfurt)" + eu_north_1: "EU (Stockholm)" eu_west_1: "EU (Ireland)" eu_west_2: "EU (London)" eu_west_3: "EU (Paris)" - sa_east_1: "South America (Sao Paulo)" + sa_east_1: "South America (São Paulo)" us_east_1: "US East (N. Virginia)" us_east_2: "US East (Ohio)" + us_gov_east_1: "AWS GovCloud (US-East)" us_gov_west_1: "AWS GovCloud (US)" us_west_1: "US West (N. California)" us_west_2: "US West (Oregon)"