Skip to content

Commit 905645d

Browse files
author
YangSen-qn
committed
add zoneCnEast2
1 parent 35d3627 commit 905645d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

library/src/main/java/com/qiniu/android/common/FixedZone.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ public final class FixedZone extends Zone {
1919
new String[]{"upload.qbox.me", "up.qbox.me"},
2020
"z0");
2121

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+
2229
/**
2330
* 华北机房
2431
*/

0 commit comments

Comments
 (0)