update 更新OSS模块 七牛云相关代码

This commit is contained in:
疯狂的狮子li
2021-07-23 15:35:28 +08:00
parent 2d17123b74
commit 22fd00832d
2 changed files with 38 additions and 5 deletions

View File

@ -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;
}
}