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

Expose a generic read method that can be extended #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ZJONSSON
Copy link
Contributor

to have more control over how the readFn is called, for example concurrency limits or combination of requests that are close in offsets

Adapters included for S3 files and files available over http(s)
Instantiating a new client blocks on retrieving filesize.  But there are cases when we really don't need the filesize, for example when we have the metadata cached already.
…l over how the `readFn` is called, for example concurrency limits or combination of requests that are close in offsets
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.

1 participant