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
For resumable uploads we already have to calculate the MD5 hashes of all parts which is done before each upload by the browser. However thats different from an MD5 hash over the file as a whole.
Hashing the continuous file in the browser would also be feasible. However that would further increate the upload time if we do it ahead of the upload.
We currently need to do it ahead of time as we can not modify the metadata of an object once the S3-MPU has been created. I am considering to use CopyObject once the upload has been completed to further add more metadata.
S3 multi-part uploads do not calculate checksums over the whole file but only its parts.
The text was updated successfully, but these errors were encountered: