File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,16 @@ public final class FixedZone extends Zone {
7373 * @return 实例
7474 */
7575 public static final Zone zoneFogCnEast1 = new FixedZone (new String []{"upload-fog-cn-east-1.qiniup.com" , "up-fog-cn-east-1.qiniup.com" },
76- new String []{ "upload-fog-cn-east-1.qiniup.com" , "up-fog-cn-east-1.qiniup.com" } ,
76+ null ,
7777 "fog-cn-east-1" );
7878
7979 private ZonesInfo zonesInfo ;
8080
8181 public static FixedZone localsZoneInfo () {
8282 ArrayList <FixedZone > localsZone = new ArrayList <>();
8383 localsZone .add ((FixedZone )zone0 );
84+ localsZone .add ((FixedZone )zoneCnEast2 );
85+ localsZone .add ((FixedZone )zoneNorthEast1 );
8486 localsZone .add ((FixedZone )zone1 );
8587 localsZone .add ((FixedZone )zone2 );
8688 localsZone .add ((FixedZone )zoneNa0 );
You can’t perform that action at this time.
0 commit comments