You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Farkal In the case of unknown size, the part size is probably set to 512 MB. Will check internally and see if this can be configured in this scenario.
I am piping a stream from an http request to minio and the website don't share file size in content-length.
Minio split this file in 3 chunk (the file size is 1.7GB) and the upload become extremely slow.
If I first download the object and send it to minio after with fPutObject, everything is fine and we get lot of small chunks.
Is it possible to allow user to define the chunk size or by default start using small chunk size ?
The text was updated successfully, but these errors were encountered: