update 将所有 云存储字样 改为 对象存储 避免误解

This commit is contained in:
疯狂的狮子li
2021-09-10 10:51:40 +08:00
parent 5bb7b0dda5
commit c1c6c1cf30
21 changed files with 77 additions and 77 deletions

View File

@ -4,7 +4,7 @@ import java.util.Arrays;
import java.util.List;
/**
* 存储常量
* 对象存储常量
*
* @author Lion Li
*/
@ -16,7 +16,7 @@ public class CloudConstant {
public static final String SYS_OSS_KEY = "sys_oss:";
/**
* 存储配置KEY
* 对象存储配置KEY
*/
public static final String CLOUD_STORAGE_CONFIG_KEY = "CloudStorageConfig";