galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.37k stars 991 forks source link

Checksum for chunked uploads #5695

Open nsoranzo opened 6 years ago

nsoranzo commented 6 years ago

As a follow-up to #5516, it would probably be good to implement a checksum of the dataset, calculated on the client, sent to the server together with the dataset and verified when the chunked upload has completed.

lecorguille commented 5 years ago

Can we also consider to display some final checksum (md5, sha1, sha256) in the information page for uploaded data, in order to check the data integrity?

mvdbeek commented 2 years ago

We could add checksums now with https://github.com/galaxyproject/galaxy/pull/12656, but I haven't implemented that yet. We'll probably want to get some experience with tus first.