We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a149375 commit 763bd7fCopy full SHA for 763bd7f
1 file changed
src/scrapers/awsBulk.ts
@@ -27,9 +27,11 @@ const regionMapping: { [key: string]: string } = {
27
'China (Beijing)': 'cn-north-1',
28
'China (Ningxia)': 'cn-northwest-1',
29
'EU (Frankfurt)': 'eu-central-1',
30
+ 'Europe (Zurich)': 'eu-central-2',
31
'EU (Ireland)': 'eu-west-1',
32
'EU (London)': 'eu-west-2',
33
'EU (Milan)': 'eu-south-1',
34
+ 'Europe (Spain)': 'eu-south-2',
35
'EU (Paris)': 'eu-west-3',
36
'EU (Stockholm)': 'eu-north-1',
37
'Asia Pacific (Hong Kong)': 'ap-east-1',
@@ -41,6 +43,7 @@ const regionMapping: { [key: string]: string } = {
41
43
'Asia Pacific (Sydney)': 'ap-southeast-2',
42
44
'Asia Pacific (Jakarta)': 'ap-southeast-3',
45
'Asia Pacific (Mumbai)': 'ap-south-1',
46
+ 'Asia Pacific (Hyderabad)': 'ap-south-2',
47
'Middle East (Bahrain)': 'me-south-1',
48
'Middle East (UAE)': 'me-central-1',
49
'South America (Sao Paulo)': 'sa-east-1',
0 commit comments