mirror of
https://github.com/kopia/kopia.git
synced 2026-01-25 06:48:48 -05:00
* Return ReadCloser from StreamingFile Allow better resource management by returning something that can be closed when dealing with StreamingFiles. * Close StreamingFile Reader during upload * Use NopCloser on inputs that don't implement Close Fixup callers of the StreamingFile API by wrapping regular Readers with NopCloser calls where necessary.