feat:新增对接S3协议

style:调整日志框架
docs:调整了文档
This commit is contained in:
hello-hao
2023-03-15 17:35:04 +08:00
parent cc05712906
commit 6f6166275a
13 changed files with 328 additions and 217 deletions
@@ -196,7 +196,7 @@ public class AdminRootController {
} else if (key.getStorageType() == 7) {
ret = FtpServiceImpl.Initialize(key);
} else if (key.getStorageType() == 8) {
ret = UFileImageupload.Initialize(key);
ret = S3Imageupload.Initialize(key);
}
Long l = imgService.getsourcememory(keyId);
jsonObject.put("isok", ret);