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 35d3627 commit 905645dCopy full SHA for 905645d
library/src/main/java/com/qiniu/android/common/FixedZone.java
@@ -19,6 +19,13 @@ public final class FixedZone extends Zone {
19
new String[]{"upload.qbox.me", "up.qbox.me"},
20
"z0");
21
22
+ /**
23
+ * 华东浙江 2 机房
24
+ */
25
+ public static final Zone zoneCnEast2 = new FixedZone(new String[]{"upload-cn-east-2.qiniup.com", "up-cn-east-2.qiniup.com"},
26
+ null,
27
+ "cn-east-2");
28
+
29
/**
30
* 华北机房
31
*/
0 commit comments