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 @@ -9,15 +9,15 @@ public class Config {
99 /**本地检测不通过、程序抛异常,设置 CallRet 的 statusCode 为此错误码*/
1010 public static final int ERROR_CODE = 0 ;
1111
12- public static final String VERSION = "6.1.8 " ;
12+ public static final String VERSION = "6.1.9 " ;
1313
14- public static String ACCESS_KEY = "<Please apply your access key> " ;
14+ public static String ACCESS_KEY = "" ;
1515
16- public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!> " ;
16+ public static String SECRET_KEY = "" ;
1717
1818 public static String RS_HOST = "http://rs.qbox.me" ;
1919
20- public static String UP_HOST = "http://upload .qiniu.com" ;
20+ public static String UP_HOST = "http://up .qiniu.com" ;
2121
2222 public static String RSF_HOST = "http://rsf.qbox.me" ;
2323
You can’t perform that action at this time.
0 commit comments