Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/default cloudpath zarrs #245

Closed
wants to merge 2 commits into from

Conversation

BrianWhitneyAI
Copy link
Contributor

Description

This PR defaults to using the cloudpath for zarr files. If the cloudpath does not exist it will fall back to path.

Related Issues

Resolves #244.

@BrianWhitneyAI
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download zarrs from AICS FMS
1 participant