mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-12-27 18:46:00 +08:00
update OSS模块 更新 阿里云 腾讯云 相关代码 重构部分代码结构
This commit is contained in:
@@ -18,6 +18,9 @@ import java.util.Date;
|
||||
*/
|
||||
public abstract class AbstractCloudStorageService implements ICloudStorageService, InitializingBean {
|
||||
|
||||
@Override
|
||||
public abstract void createBucket();
|
||||
|
||||
@Override
|
||||
public abstract String getServiceType();
|
||||
|
||||
@@ -53,4 +56,7 @@ public abstract class AbstractCloudStorageService implements ICloudStorageServic
|
||||
|
||||
@Override
|
||||
public abstract void afterPropertiesSet() throws Exception;
|
||||
|
||||
@Override
|
||||
public abstract String getEndpointLink();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user