Hacker News new | ask | show | jobs
by spicyj 5520 days ago
No, S3 (essentially) can as well:

http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-uploa...

1 comments

Multipart uploads only sort-of address this. For one thing, the minimum "part" size is 5MB, so you can only resume at 5MB boundaries (or whatever part size you use). You also have to manage more state yourself.