mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:23:45 +08:00
FEATURE: Add missing S3 regions
This commit is contained in:
parent
78f8114989
commit
f6ef4f8c3f
|
@ -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',
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user