Code RoomMultipart uploads abandoned
MediumPrep Room Coding #2914

Multipart uploads abandoned

On-callStorage & CDNMid–Senior~35 min

Your media pipeline uploads large video files to object storage via multipart upload. Users report that some uploads 'finish' in the UI but the files never appear in the library, and finance flags that object-storage *storage* cost has crept up 30% this month with no growth in visible objects. Investigation shows thousands of multipart uploads that were initiated but never completed or aborted — their parts are sitting in the bucket, billable but invisible. A deploy three weeks ago changed the upload worker to crash-restart on any part-upload error instead of retrying. How do you triage, recover correctness, and stop the silent cost and data leak?

What a strong answer looks like

Stop the bleeding first (mitigate), then form hypotheses from real signals. Separate root cause from symptom, communicate status as you go, and close with what prevents a repeat.

0:00 of about 35 min
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.