-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add a controller to get a file's hash #33
Comments
Added. Syntax is Response from this request is Algorithm is one of 'md5', 'sha1', or 'sha256', the ones supported by the filehash module. Access requires the |
Gonna remove the View created added in #32 since this new controller replaces it. |
Resolved with f713b25. |
#32 gets the hash from the hash that Drupal has stored. That hash may have been accurate at the time the file was ingested but we want the current hash of the file.
To do this we need to add a controller that generates a hash for a file. This controller should have two parameters, the digest algorithm and the file's UUID.
The text was updated successfully, but these errors were encountered: