File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/qiniu/api/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
public class Config {
8
8
9
- public static String USER_AGENT ="qiniu java-sdk v6.0.0 " ;
9
+ public static String USER_AGENT ="qiniu java-sdk v6.1.2 " ;
10
10
11
11
/**
12
12
* You can get your accesskey from <a href="https://dev.qiniutek.com"
@@ -20,10 +20,10 @@ public class Config {
20
20
*/
21
21
public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!>" ;
22
22
23
- public static String RS_HOST = "http://rs.qbox.me " ;
23
+ public static String RS_HOST = "http://rs.qiniu.com " ;
24
24
25
- public static String UP_HOST = "http://up.qbox.me " ;
25
+ public static String UP_HOST = "http://up.qiniu.com " ;
26
26
27
- public static String RSF_HOST = "http://rsf.qbox.me " ;
27
+ public static String RSF_HOST = "http://rsf.qiniu.com " ;
28
28
29
29
}
You can’t perform that action at this time.
0 commit comments