java - Mulipart upload issue -


I want to record video as well as multilevel uploads of this file via Amazon S3 SDK. What will happen with the uploaded data if the upload does not end? * Does the uploaded data appear on my bucket, if so, can I play it? *

Those questions have been told to those who have such an issue, otherwise ignore it Thank you!

No S3 will do this right as you would ask S3 after all the parts were ready To "collect" files in a different call. It is at this stage, the file has been made available at S3.

Since you are doing video (and I have some experience with video), this is a disturbance usually modifies video encoding softwares in the initial part of the file, when you end the recording (This is how the video file format is organized and done so that the video's progressive-download is good). If this is the case, then you will end up with a corrupt video on S3, because your code is "already uploaded" initial part. This is not always the case - varies with the video format, used the tools goes. So keep information about it (do not pay attention!)


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -