aws-sdk-perl icon indicating copy to clipboard operation
aws-sdk-perl copied to clipboard

How to download large file without “out of memory”

Open Moomook opened this issue 4 years ago • 2 comments

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.

Moomook avatar Sep 29 '20 10:09 Moomook

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.

pplu avatar Sep 29 '20 12:09 pplu

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

Moomook avatar Oct 09 '20 02:10 Moomook