Skip to content

Commit c356f0a

Browse files
authored
Drop old regions (#34)
1 parent 0e0dea3 commit c356f0a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/stream-net/StreamClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ private string GetRegion(StreamApiLocation location)
171171
return "dublin";
172172
case StreamApiLocation.Singapore:
173173
return "singapore";
174-
case StreamApiLocation.USWest:
175-
return "us-west";
176-
case StreamApiLocation.EUCentral:
177-
return "eu-central";
178174
default:
179175
return "us-east";
180176
}

src/stream-net/StreamClientOptions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ public enum StreamApiLocation
88
Dublin,
99
Singapore,
1010
Tokyo,
11-
12-
[Obsolete("This api location is no longer in use and will be removed in the future")]
13-
USWest,
14-
[Obsolete("This api location is no longer in use and will be removed in the future")]
15-
EUCentral,
1611
}
1712

1813
public class StreamClientOptions

0 commit comments

Comments
 (0)