We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9584d15 commit 92f6e9cCopy full SHA for 92f6e9c
src/main/java/io/getstream/core/Region.java
@@ -5,6 +5,11 @@ public enum Region {
5
TOKYO("tokyo-api"),
6
DUBLIN("dublin-api"),
7
SINGAPORE("singapore-api"),
8
+ OHIO("ohio-api"),
9
+ JAKARTA("jakarta-api"),
10
+ MUMBAI("mumbai-api"),
11
+ OREGON("oregon-api"),
12
+ SYDNEY("sydney-api"),
13
CANADA("ca-central-1");
14
15
private final String region;
0 commit comments