Skip to content

Add option to verify checksum without requiring write access to remote objects #11

@ghuls

Description

@ghuls

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions