update OSS 模块 整体重命名 消除歧义

This commit is contained in:
疯狂的狮子li
2021-11-22 09:45:46 +08:00
parent 7ab51b8960
commit 4cfbd8a9d2
12 changed files with 69 additions and 69 deletions

View File

@ -8,7 +8,7 @@ import java.util.List;
*
* @author Lion Li
*/
public class CloudConstant {
public class OssConstant {
/**
* OSS模块KEY
@ -18,12 +18,12 @@ public class CloudConstant {
/**
* 对象存储配置KEY
*/
public static final String CLOUD_STORAGE_CONFIG_KEY = "CloudStorageConfig";
public static final String OSS_CONFIG_KEY = "OssConfig";
/**
* 缓存配置KEY
*/
public static final String CACHE_CONFIG_KEY = SYS_OSS_KEY + CLOUD_STORAGE_CONFIG_KEY;
public static final String CACHE_CONFIG_KEY = SYS_OSS_KEY + OSS_CONFIG_KEY;
/**
* 预览列表资源开关Key