webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

In dataset upload to paths, relax datastore selection for layersToLink

Open fm3 opened this issue 3 months ago • 0 comments

Currently, a datastore is selected based on the layersToLink with a too-strict heuristic – if a dataset is included that lives on another datastore and that does not have isVirtual=true, that datastore is required. However, if the dataset’s paths all point to remote storage anyway this constraint might not be needed (depending on which datastores have credentials).

This is a follow-up for #8844

fm3 avatar Sep 22 '25 09:09 fm3