synced with upstream s3 driver

This commit is contained in:
Gani Georgiev 2024-12-07 12:14:54 +02:00
parent c91d889da3
commit 6edb344ab3
1 changed files with 0 additions and 1 deletions

View File

@ -375,7 +375,6 @@ func (w *writer) open(r io.Reader, closePipeOnError bool) {
if err != nil {
if closePipeOnError {
w.pr.CloseWithError(err)
w.pr = nil
}
w.err = err
}