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.
2 parents 9584d15 + 92f6e9c commit 52bdccaCopy full SHA for 52bdcca
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