Skip to content

Commit 763bd7f

Browse files
authored
feat: add support for new AWS regions (#312)
1 parent a149375 commit 763bd7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/scrapers/awsBulk.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ const regionMapping: { [key: string]: string } = {
2727
'China (Beijing)': 'cn-north-1',
2828
'China (Ningxia)': 'cn-northwest-1',
2929
'EU (Frankfurt)': 'eu-central-1',
30+
'Europe (Zurich)': 'eu-central-2',
3031
'EU (Ireland)': 'eu-west-1',
3132
'EU (London)': 'eu-west-2',
3233
'EU (Milan)': 'eu-south-1',
34+
'Europe (Spain)': 'eu-south-2',
3335
'EU (Paris)': 'eu-west-3',
3436
'EU (Stockholm)': 'eu-north-1',
3537
'Asia Pacific (Hong Kong)': 'ap-east-1',
@@ -41,6 +43,7 @@ const regionMapping: { [key: string]: string } = {
4143
'Asia Pacific (Sydney)': 'ap-southeast-2',
4244
'Asia Pacific (Jakarta)': 'ap-southeast-3',
4345
'Asia Pacific (Mumbai)': 'ap-south-1',
46+
'Asia Pacific (Hyderabad)': 'ap-south-2',
4447
'Middle East (Bahrain)': 'me-south-1',
4548
'Middle East (UAE)': 'me-central-1',
4649
'South America (Sao Paulo)': 'sa-east-1',

0 commit comments

Comments
 (0)