2021-07-17 20:44:27 +08:00
|
|
|
package com.ruoyi.oss.constant;
|
|
|
|
|
2021-07-18 18:20:21 +08:00
|
|
|
/**
|
|
|
|
* 云存储常量
|
|
|
|
*
|
|
|
|
* @author Lion Li
|
|
|
|
*/
|
2021-07-17 20:44:27 +08:00
|
|
|
public class CloudConstant {
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 云存储配置KEY
|
|
|
|
*/
|
2021-07-18 18:20:21 +08:00
|
|
|
public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
|
2021-07-17 20:44:27 +08:00
|
|
|
|
2021-07-23 19:14:37 +08:00
|
|
|
/**
|
|
|
|
* 预览列表资源开关Key
|
|
|
|
*/
|
|
|
|
public final static String PEREVIEW_LIST_RESOURCE_KEY = "sys.oss.previewListResource";
|
|
|
|
|
2021-07-17 20:44:27 +08:00
|
|
|
}
|