aws-sdk-perl
aws-sdk-perl copied to clipboard
How to download large file without “out of memory”
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.
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.
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