mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 将所有 云存储字样 改为 对象存储 避免误解
This commit is contained in:
@ -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";
|
||||
|
||||
|
@ -9,7 +9,7 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 云存储服务商枚举
|
||||
* 对象存储服务商枚举
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
|
@ -5,7 +5,7 @@ import lombok.Data;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* OSS云存储 配置属性
|
||||
* OSS对象存储 配置属性
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
|
@ -5,7 +5,7 @@ import com.ruoyi.oss.entity.UploadResult;
|
||||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* 云存储策略
|
||||
* 对象存储策略
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
|
@ -11,7 +11,7 @@ import com.ruoyi.oss.service.ICloudStorageStrategy;
|
||||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* 云存储策略(支持七牛、阿里云、腾讯云、minio)
|
||||
* 对象存储策略(支持七牛、阿里云、腾讯云、minio)
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
|
Reference in New Issue
Block a user