Skip to content

Commit 16ea2b4

Browse files
author
YangSen-qn
committed
remove region fog-cn-east-1
1 parent 77a01ef commit 16ea2b4

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,16 @@ public final class FixedZone extends Zone {
6161
new String[]{"upload-as0.qbox.me", "up-as0.qbox.me"},
6262
"as0");
6363

64-
/**
65-
* zone fog-cn-east-1 雾存储 华东-1
66-
* 分片上传暂时仅支持分片 api v2
67-
* 分片 api v2设置方式:配置 Configuration 的 resumeUploadVersion 为 Configuration.RESUME_UPLOAD_VERSION_V2
68-
* eg:
69-
* Configuration configuration = new Configuration.Builder()
70-
* .resumeUploadVersion(Configuration.RESUME_UPLOAD_VERSION_V2)
71-
* .build();
72-
*
73-
* @return 实例
74-
*/
75-
public static final Zone zoneFogCnEast1 = new FixedZone(new String[]{"upload-fog-cn-east-1.qiniup.com", "up-fog-cn-east-1.qiniup.com"},
76-
null,
77-
"fog-cn-east-1");
78-
7964
private ZonesInfo zonesInfo;
8065

8166
public static FixedZone localsZoneInfo() {
8267
ArrayList<FixedZone> localsZone = new ArrayList<>();
8368
localsZone.add((FixedZone)zone0);
8469
localsZone.add((FixedZone)zoneCnEast2);
85-
localsZone.add((FixedZone)zoneNorthEast1);
8670
localsZone.add((FixedZone)zone1);
8771
localsZone.add((FixedZone)zone2);
8872
localsZone.add((FixedZone)zoneNa0);
73+
localsZone.add((FixedZone)zoneNorthEast1);
8974
localsZone.add((FixedZone)zoneAs0);
9075

9176
ArrayList<ZoneInfo> zoneInfoArray = new ArrayList<>();

0 commit comments

Comments
 (0)