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

Add FileSystemDataStorage Download Skip #59

Open
pickles-bread-and-butter opened this issue May 23, 2024 · 1 comment
Open

Add FileSystemDataStorage Download Skip #59

pickles-bread-and-butter opened this issue May 23, 2024 · 1 comment

Comments

@pickles-bread-and-butter
Copy link
Collaborator

Overview

The FileSystemDataStorage class will automatically copy files from src to dst when operating on a filesystem. This is important for mounted file systems (well I guess they're all techincally mounted but non local mounted) that don't have caching but for non mounted and ones with caching we want to remove this.

Acceptance Criteria

  1. FileSystemDataStorage class now has an option to turn off the data downloading
  2. Passes back just the file path that the user has requested without downloading, keeping the api the same
@pickles-bread-and-butter
Copy link
Collaborator Author

@aalavian @convexquad, I'll do this when I'm done with #57

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

No branches or pull requests

1 participant