java-manta icon indicating copy to clipboard operation
java-manta copied to clipboard

MD5 not validated during MPU commit

Open tjcelaya opened this issue 8 years ago • 1 comments

The RFD for server-side MPU indicates that the MD5 of the final object content should be returned during commit. It seems like there is no checksumming of the encrypted object content implemented right now.

Some manual testing revealed that the server's response on complete does not include the MD5 either so this might need to be reported upstream as well.

tjcelaya avatar Aug 04 '17 00:08 tjcelaya

To clarify: the RFD states that mako-finalize returns the MD5, it says nothing about actually giving it to the user.

A feature request has been logged for this. I'll need to put together a PR for performing a running checksum of the MPU upload as well and can work on that concurrently with the server-side work.

tjcelaya avatar Aug 10 '17 23:08 tjcelaya