Minimise memory footprint during upload.
There is no need to read whole file into memory on library level. So calculate sum in chunks and give request method file descriptor.
Showing
Please register or sign in to comment
There is no need to read whole file into memory on library level. So calculate sum in chunks and give request method file descriptor.