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 39af051 commit 29b7722Copy full SHA for 29b7722
library/src/main/java/com/qiniu/android/common/FixedZone.java
@@ -45,7 +45,7 @@ public final class FixedZone extends Zone {
45
* 北美机房
46
*/
47
public static final Zone zoneNa0 = new FixedZone(new String[]{
48
- "upload-na0.qiniu.com", "up-na0.qiniup.com",
+ "upload-na0.qiniup.com", "up-na0.qiniup.com",
49
"upload-na0.qbox.me", "up-na0.qbox.me"
50
});
51
0 commit comments