Skip to content

Commit 29b7722

Browse files
committed
update na0 upload domain to use qiniup domain which supports both http and https
1 parent 39af051 commit 29b7722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class FixedZone extends Zone {
4545
* 北美机房
4646
*/
4747
public static final Zone zoneNa0 = new FixedZone(new String[]{
48-
"upload-na0.qiniu.com", "up-na0.qiniup.com",
48+
"upload-na0.qiniup.com", "up-na0.qiniup.com",
4949
"upload-na0.qbox.me", "up-na0.qbox.me"
5050
});
5151

0 commit comments

Comments
 (0)