minio-multipart icon indicating copy to clipboard operation
minio-multipart copied to clipboard

springboot minio 分片上传

Results 9 minio-multipart issues
Sort by recently updated
recently updated
newest added

15.56m的视频文件分了2个分片,合并分片的时候报分片不够默认·大小的错误,定位不到具体的错误,有大哥给解答一下吗

大佬有前端vue版本的吗,我是后端前端玩不太来,vue的好像简单许多

Required request parameter 'expire' for method parameter type Integer is not present 但是我看传的参数是一个文件 是那里错了吗 后端端口这个参数必须有 代码未改

您好,请问我这里测试为什么上传不完整啊 30M图片 只上传了 25M ![image](https://user-images.githubusercontent.com/36513983/195861797-7af70b44-2e05-4e29-8661-2b186d5d1638.png) ![image](https://user-images.githubusercontent.com/36513983/195861869-31124c73-5bc2-4e4e-9ff4-9d85b0c0a32d.png)

我用postman上传视频文件 显示分片成功 并返回了链接 但是 我通过合并接口进行合并时出现了合并失败的v错误,我再网上看了一下显示的错误时分片没有上传成功 这个问题该如何解决 如果您有时间联系我请添加 qq 2079683941 ![image](https://github.com/WinterChenS/minio-multipart/assets/73425554/11c530be-ce0b-4a38-92ca-2406debdad69) ![image](https://github.com/WinterChenS/minio-multipart/assets/73425554/085473d1-c18f-488a-9679-7b3c7d25a485) ![image](https://github.com/WinterChenS/minio-multipart/assets/73425554/55857526-7551-4d45-a888-c216b5bc6aec)

1、上传500M的文件直接上传文件也只需要4s左右 ![image](https://user-images.githubusercontent.com/116787877/227900361-7c2bc5c8-6c1c-449d-928c-623ef1646697.png) 2、除了创建预传请求外调用合并接口也是耗时4s左右。如下图所示。 ![image](https://user-images.githubusercontent.com/116787877/227898949-1bf29e1d-1b55-4a6f-966c-3096a43dad8e.png) 3、版本信息 minio server 版本:RELEASE.2021-06-17T00-10-46Z java minio 版本:8.3.3 请问是minio server 版本不一致导致的问题吗?

修复 #10 #9 分片数量和分片标号错误导致的问题。 实际分片 8,接口却生成了 9 个上传地址。