I am trying to find a solution to check the object integrity when we download/upload files on s3. I know that AWS s3 module has already been implemented to calculate and compare the md5 checksum. But we are using multers3 to upload files using multi parts.
I am unsure if the multers3 npm module has implemented the md5 checksum internally.
Can someone help me with this?