Reputation: 149
Is it possible to download one part of a multi-part upload in amazon S3?
that is. I have uploaded say 5 of 10 parts, then i realize that i need to rewrite a part of on of those uploaded parts, can i download that part rewrite what needs to be rewritten and upload again. Or do i need to cache all uploaded parts locally to be able to do that?
Upvotes: 1
Views: 510
Reputation: 2228
Why you want to download the uploaded part? You can just change the part of the file and re-upload, it will overwrite the part and then you can merge the all parts.
Upvotes: 2
Reputation: 4322
What you would like to do is not possible. Once a file has been finalized, its parts can not be replaced.
Upvotes: 0