portable mode: add Azure Blob support

This commit is contained in:
Nicola Murino
2020-10-25 21:42:43 +01:00
parent 9b49f63a97
commit f2acde789d
5 changed files with 62 additions and 8 deletions

View File

@@ -767,6 +767,7 @@ func (fs *AzureBlobFs) handleMultipartUpload(ctx context.Context, reader io.Read
finished = true
} else if err != nil {
pool.releaseBuffer(buf)
pool.free()
return err
}