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
After implementing #1662 it was easy to implement validation of incoming checksums.
We still do not persist Part metadata (see #1205), but at least we can validate checksums during a part upload.
The UploadPart API will now also return the checksum to the client.
Let S3Mock validate incoming checksums and throw errors when they do not match the received byte stream:
#1205 (comment)
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/s3-checksums.html
After implementing #1662 it was easy to implement validation of incoming checksums.
We still do not persist
Part
metadata (see #1205), but at least we can validate checksums during a part upload.The UploadPart API will now also return the checksum to the client.
See #1205, #1818, #1662
The text was updated successfully, but these errors were encountered: