We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since calculating checksums on the /stream endpoint is not viable today...
rirods could provide an ichksum("logical_path") function that would return the value from the iRODS server.
ichksum("logical_path")
This will require the REST API to provide a checksum endpoint.
Need to consider checksum algorithm as well.
The text was updated successfully, but these errors were encountered:
See irods/irods_client_rest_cpp#178
Sorry, something went wrong.
Now found here...
https://github.com/irods/irods_client_http_api/blob/main/API.md#calculate_checksum
No branches or pull requests
Since calculating checksums on the /stream endpoint is not viable today...
rirods could provide an
ichksum("logical_path")
function that would return the value from the iRODS server.This will require the REST API to provide a checksum endpoint.
Need to consider checksum algorithm as well.
The text was updated successfully, but these errors were encountered: