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
Servers could implement a SHA256 endpoint (for example), and the client would save the hash to a file to be verified by the interop runner.
A side-channel shouldn't be necessary. The client can provide a checksum in a header. The server can verify the upload based on that, and respond based on the verification result.
S3 uses the Content-MD5 header for verifying integrity of uploaded files.
Servers could implement a SHA256 endpoint (for example), and the client would save the hash to a file to be verified by the interop runner.
The text was updated successfully, but these errors were encountered: