Rank 5: Hypervisor
Scenario 1: User Closes the App Midway Through Upload
If a file is 100MB which mean 20 chunks.
If the user closes the app after 10 chunks (out of 20) have been uploaded:
What happen those 10 chunks which where uploaded? Does it get deleted immediately if connection disconnected or does it get store in cache for some time? If yes, for how long?
Scenario 2: Upload Interrupted During a Chunk This only applies if Answer of above is yes.
When chunk being partial upload, let say 11th chunk and internet get disconnect or user close the app, does those partial uploaded portion of 11th chunk is stored or not ? If not, then I guess need to reuploaded the chunk 11th?
Finally, so when does the file is created in the bucket, when all the chunks being uploaded correct?