How to Upload a Large File to MinIO

63 views Asked by At

I am using Minio for my project. Now I want to upload big files. For this purpose, I want to implement resumable uploading. For example, if my file size is 100MB, I want to save it 20 times with 5MB each, and after uploading the last part, combine them into one file. Please help me with this. How can I upload a big file in smaller parts and then combine them? I am using the Golang language. Is my approach to saving large files correct? Am I using the right method for it?

I want to use ComposeObject method, but i dont know - it is right way or no

0

There are 0 answers