Hacker News new | ask | show | jobs
by vdm 573 days ago
S3 can also do this https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPa...
2 comments

It's similar but no really the same thing. It has to be done up front by initiating a multi-part upload to start. The parts are still technically accessible as S3 objects but through a different API. But the biggest limitation is that each part has to be >5MB (except for the final part)
It's totally different thing and requires special way to initiate multi-part uploading.
totally different how?
More constraints?