This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
src/main/java/org/code4everything/qiniu Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 6
6
import com .qiniu .http .Response ;
7
7
import com .qiniu .storage .BucketManager ;
8
8
import com .qiniu .storage .model .BatchStatus ;
9
- import org .apache .log4j .Logger ;
10
9
11
10
import java .util .Map ;
12
11
15
14
*/
16
15
public class SdkManager {
17
16
18
- private static final Logger LOGGER = Logger .getLogger (SdkManager .class );
19
-
20
17
/**
21
18
* 自定义私有链接过期时间
22
19
*/
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ public class QiniuValueConsts {
49
49
50
50
public static final String DOMAIN_CONFIG_ERROR = "您还没有正确地配置空间域名" ;
51
51
52
- public static final int BUCKET_LIST_LIMIT_SIZE = 1000 ;
53
-
54
52
public static final String REFRESH_SUCCESS = "刷新资源列表成功" ;
55
53
56
54
public static final String NET_ERROR = "没有连接到网络,无法运行程序" ;
@@ -69,14 +67,10 @@ public class QiniuValueConsts {
69
67
70
68
public static final String UPDATE_ERROR = "更新镜像源失败" ;
71
69
72
- public static final String GENERATE_URL_ERROR = "生成下载链接失败" ;
73
-
74
70
public static final String DEFAULT_FILE_LIFE = "365" ;
75
71
76
72
public static final String CONFIG_DOWNLOAD_PATH = "配置文件下载路径" ;
77
73
78
- public static final String DOWNLOAD_FILE_ERROR = "下载文件错误" ;
79
-
80
74
public static final String DOWNLOAD_URL = "下载链接" ;
81
75
82
76
public static final String INPUT_LOG_DATE = "请输入日志的日期" ;
You can’t perform that action at this time.
0 commit comments