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 3e82d7c commit b37c18bCopy full SHA for b37c18b
v1/UFileSDKTest/src/main/java/cn/ucloud/ufile/sdk/test/UFileMultiUpload.java
@@ -29,7 +29,7 @@
29
public class UFileMultiUpload {
30
public static final int CONCURRENT_COUNT = 3;
31
public static final String bucketName = "lapd";
32
- public static final String baseurl = "http://douxiang.ufile.ucloud.com.cn/";
+ public static final String baseurl = "http://douxiang.cn-bj.ufileos.com/";
33
34
private static int calPartCount(String filePath, int partSize) {
35
File file = new File(filePath);
0 commit comments