AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Download zarrs from AICS FMS #244

Open BrianWhitneyAI opened 1 week ago

BrianWhitneyAI commented 1 week ago
          We have decided to forgo individual local file tracking for now. In the situation that we use a /allen path and want to download locally we should use the FmsFile class's logic for determining cloud paths for all zarrs so that the existing download tracking functions correctly. This might prove more complicated as right now we do not support download paths for paths like `s3://allencell/`

Originally posted by @BrianWhitneyAI in https://github.com/AllenInstitute/biofile-finder/issues/243#issuecomment-2368907369

BrianWhitneyAI commented 1 week ago

Right now we only support S3 downloads and local copying on desktop. The current download path we are using allows for rendering thumbnails but not for download (since it doesnt meet our current S3 method). The cloudpaths we have for those files are permission blocked so we cant use that for download either. If we want to support download from AICS FMS we need to either change permissions of the cloudpaths or look into downloading other formatted paths (RN its a http). This could just point to a s3 file and be easy but would be another step.