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

How to download large file without “out of memory” #396

Open
Moomook opened this issue Sep 29, 2020 · 2 comments
Open

How to download large file without “out of memory” #396

Moomook opened this issue Sep 29, 2020 · 2 comments

Comments

@Moomook
Copy link

Moomook commented Sep 29, 2020

I know Amazon S3 added the multi-part upload for huge files. That's great. What I also need is a similar functionality on the client side for customers who get part way through downloading a gigabyte plus file and have errors.

@pplu
Copy link
Owner

pplu commented Sep 29, 2020

Hi,

The AWS SDK doesn't have a polished off way to do multipart uploads and donwloads, although it should give you access to do them with the appropiate S3 calls. IIRC @byterock has a branch where S3 functionality is more complete.

@Moomook
Copy link
Author

Moomook commented Oct 9, 2020

Thank you for your answer. I have checked his code base and it seems that there is still no new progress. I hope that there will be a solution to this problem

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

2 participants