|
@@ -131,6 +131,7 @@ public class UploadController {
|
|
|
* @throws RuntimeException 如果在上传或合并过程中发生异常,则抛出运行时异常。
|
|
|
*/
|
|
|
@PostMapping("/uploadLargeFile")
|
|
|
+ @ApiOperation("分片上传")
|
|
|
public String uploadLargeFile(@RequestParam MultipartFile uploadfile, @RequestParam String bucket) {
|
|
|
ObjectWriteResponse mergeResult;
|
|
|
try {
|