It would be very useful if we can have an API to be able to return the checksum of a file in a specific volume/snapshot without having to mount it to a pod.
The request can contain:
volume_id/snapshot_id
path_to_file
checksum_algo: MD5/SHA-1/SHA-256 (we can have some enums for popular algorithms that can be used for checksum)
It would be very useful if we can have an API to be able to return the checksum of a file in a specific volume/snapshot without having to mount it to a pod.
The request can contain:
volume_id/snapshot_id
path_to_file
checksum_algo: MD5/SHA-1/SHA-256 (we can have some enums for popular algorithms that can be used for checksum)