Skip to content

Commit

Permalink
fix: add missing eu-central-1, ap-southeast-1 and ap-southeast-2 regi…
Browse files Browse the repository at this point in the history
…ons (#214)
  • Loading branch information
pieh authored Feb 10, 2025
1 parent 9bae940 commit 0ca340f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/region.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const REGION_AUTO = 'auto'
const regions = {
'us-east-1': true,
'us-east-2': true,
'eu-central-1': true,
'ap-southeast-1': true,
'ap-southeast-2': true,
}

export type Region = keyof typeof regions
Expand Down

0 comments on commit 0ca340f

Please sign in to comment.