Closed mih closed 1 year ago
This is coming with datalad/datalad-next#380
I manually tested data access (with external redirection of archive download to a local cache). Something like this:
git \ -c 'remote.uncurl.uncurl-url=file:///tmp/icfstore/{storepath}' \ -c 'remote.uncurl.uncurl-match=https://data.inm-icf.de/(?P<storepath>.*)$' \ annex get \ P000624_P000624/incoming/...2.48.14.966.65880823.dcm
works like charm.
This is coming with datalad/datalad-next#380
I manually tested data access (with external redirection of archive download to a local cache). Something like this:
works like charm.