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:
@ -143,7 +143,7 @@ public class CloudStorageProperties {
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class QiniuProperties {
|
||||
public static class QiniuProperties {
|
||||
|
||||
/**
|
||||
* 七牛绑定的域名
|
||||
@ -170,6 +170,16 @@ public class CloudStorageProperties {
|
||||
*/
|
||||
private String bucketName;
|
||||
|
||||
/**
|
||||
* 七牛存储区域
|
||||
*/
|
||||
private String region;
|
||||
|
||||
/**
|
||||
* 七牛存储区域
|
||||
*/
|
||||
private Boolean isHttps;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user