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

Implement multipart file downloads. Closes #131 and #264 #332

Closed
wants to merge 1 commit into from

Conversation

kyboi
Copy link
Contributor

@kyboi kyboi commented Apr 29, 2024

Implement multipart file downloads. Tests still run fine (at least locally), both with aiofiles and normal sync files.

@kyboi
Copy link
Contributor Author

kyboi commented May 3, 2024

@terrycain It looks like workflows to run the tests need your approval

@kyboi kyboi changed the title Implement multipart file downloads. Closes #131 Implement multipart file downloads. Closes #131 and #264 May 3, 2024
@terricain
Copy link
Owner

I'll have a look at this today. Whilst i'm not against importing aiofiles, this assumes the file like object passed in to download_fileobject is a seekable stream, which would not be the case if its a network socket.

@terricain
Copy link
Owner

This got merged and is part of v13.0.0.

See: 34fec52 and f5fd9fe

@terricain terricain closed this May 27, 2024
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.

None yet

2 participants