mirror of
https://gitee.com/czh-dev/upload-hub
synced 2026-06-04 06:19:31 +08:00
feat:存储配置添加测试连接功能
This commit is contained in:
@@ -14,4 +14,9 @@ public interface IStorageConfigService {
|
||||
*/
|
||||
void updateStorageConfig(StorageConfig config);
|
||||
|
||||
/**
|
||||
* 测试存储配置
|
||||
*/
|
||||
void testStorageConfig(StorageConfig config);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user