Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save MD5 checksum #27

Open
hackdna opened this issue Nov 21, 2016 · 0 comments
Open

Save MD5 checksum #27

hackdna opened this issue Nov 21, 2016 · 0 comments

Comments

@hackdna
Copy link

hackdna commented Nov 21, 2016

We have a use case where uploaded files are 30GB+ and we would like to display the checksums to users. However, the checksums take a few minutes to calculate every time. Also, the final POST request to ChunkedUploadCompleteView can time out depending on the web server configuration. It looks like this can be implemented by making _md5 a field on BaseChunkedUpload model.

Also, it would be great to have an option to run the checksum calculation as a Celery task but that might be a bit more involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant