mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update OSS模块 更新 阿里云 腾讯云 相关代码 重构部分代码结构
This commit is contained in:
@ -102,18 +102,13 @@ public class CloudStorageProperties {
|
||||
/**
|
||||
* 腾讯云绑定的域名
|
||||
*/
|
||||
private String domain;
|
||||
private String endpoint;
|
||||
|
||||
/**
|
||||
* 腾讯云路径前缀
|
||||
*/
|
||||
private String prefix;
|
||||
|
||||
/**
|
||||
* 腾讯云appId
|
||||
*/
|
||||
private String appId;
|
||||
|
||||
/**
|
||||
* 腾讯云SecretId
|
||||
*/
|
||||
@ -129,6 +124,11 @@ public class CloudStorageProperties {
|
||||
*/
|
||||
private String bucketName;
|
||||
|
||||
/**
|
||||
* 七牛是否使用https
|
||||
*/
|
||||
private Boolean isHttps;
|
||||
|
||||
/**
|
||||
* 腾讯云COS所属地区
|
||||
*/
|
||||
@ -176,7 +176,7 @@ public class CloudStorageProperties {
|
||||
private String region;
|
||||
|
||||
/**
|
||||
* 七牛存储区域
|
||||
* 七牛是否使用https
|
||||
*/
|
||||
private Boolean isHttps;
|
||||
|
||||
|
Reference in New Issue
Block a user