Skip to content

Fix objectstore error shadowing

Alessio Caiazza requested to merge os-shadowing-errors into master

When we are uploading big objects, remote server may close the connection while we are still writing.

This patch allows to fetch the real error instead of io.ErrClosedPipe

Merge request reports