Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0ca340f

Browse filesBrowse files
authored
fix: add missing eu-central-1, ap-southeast-1 and ap-southeast-2 regions (#214)
1 parent 9bae940 commit 0ca340f
Copy full SHA for 0ca340f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎src/region.ts

Copy file name to clipboardExpand all lines: src/region.ts
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ export const REGION_AUTO = 'auto'
33
const regions = {
44
'us-east-1': true,
55
'us-east-2': true,
6+
'eu-central-1': true,
7+
'ap-southeast-1': true,
8+
'ap-southeast-2': true,
69
}
710

811
export type Region = keyof typeof regions

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.