Closed jmccann closed 6 years ago
@jmccann the s3 cache actually uses minio-go. I thought it did the multipart but I'm not completely sure.
OK, I'll look into it
So, from minio-go master it does seem there is logic for multipart uploading 😄
Ok so were already using it then 🎊
Seems on files greater then certain sizes a Multipart Upload/Download can be more performant. (15MB is when upload manager uses it)
Seems there are upload/download managers available to take advantage of this feature easily. It'll determine the when and handle it automatically.
References