Add option to verify checksum without requiring write access to remote objects and without requiring to upload new data.
I wanted to check some data uploaded by another user, which I can read, but with the current mango-ingest, I can't verify the checksums as it requires write permissions to remote object by default.
Trying to run the --dry-run option with --verify-checksum does not work for just checking the checksum as it will just print dry-run: would upload /path/to/file
$ mango_ingest.py -r -p local_dir/ -d /irods --verify-checksum --verbose --no-watch --dry-run