mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-27 21:40:03 +08:00
完善minio上传
This commit is contained in:
@@ -12,6 +12,8 @@ public interface MinioService {
|
||||
|
||||
String saveFile(MultipartFile file, String savePath, String contentType);
|
||||
|
||||
String saveBytes(byte[] file, String savePath, String contentType);
|
||||
|
||||
String uploadId(String path);
|
||||
|
||||
String chunkPreSignUrl(String filename, String partNumber, String uploadId);
|
||||
|
||||
Reference in New Issue
Block a user