Deleting an AWS S3 Object at Load Time
What happens when you load an AWS S3 object and delete the object on load? Will the download be complete with a full object? Or will the download be partial?
+3
Krishna Srinivas
source
to share
1 answer
This is a funny question and I just did an experiment in the next step:
- Uploaded a 100MB video clip to my s3 bucket.
-
Download it with my browser.
-
Delete the file on the s3 console immediately using your browser.
OR 3. Delete it immediately using the PHP deleteObjects function.
Result: The download continues until it completes. No loss of file size at all.
+5
stonyau
source
to share