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 b66e66b commit 0c57c0aCopy full SHA for 0c57c0a
src/main/java/com/qiniu/common/Zone.java
@@ -19,10 +19,10 @@ public Zone(String upHost, String upHostBackup) {
19
}
20
21
public static Zone zone0() {
22
- return new Zone("up.qiniu.com", "upload.qiniu.com");
+ return new Zone("http://up.qiniu.com", "http://upload.qiniu.com");
23
24
25
public static Zone zone1() {
26
- return new Zone("up-z1.qiniu.com", "upload-z1.qiniu.com");
+ return new Zone("http://up-z1.qiniu.com", "http://upload-z1.qiniu.com");
27
28
0 commit comments