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 offset argument to downloadMultipart method #668

Open
paualarco opened this issue Jun 14, 2021 · 0 comments
Open

Add offset argument to downloadMultipart method #668

paualarco opened this issue Jun 14, 2021 · 0 comments
Labels
enhancement New feature or request s3

Comments

@paualarco
Copy link
Member

Adding an offset to the dowloadMultipart method would be useful to not always having to download all the object, like in cases where we want to skip the X first bytes, or to resume from a previously fail download.

As part of this change we could also add a maxBytes argument which will put a limit on the bytes downloaded, so that we will have a lower and upper bound.

@paualarco paualarco added enhancement New feature or request s3 labels Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request s3
Projects
None yet
Development

No branches or pull requests

1 participant