Skip to content

Preserve the temporary file on failed buffered uploads

Andrej Shadura requested to merge preserve-upload-tempfiles into main

To make it easier to investigate failures, only delete the temporary file if the upload succeeds. If it fails, dump extra details about the error.

Merge request reports