Open
Description
I would like to know when BufWriter::shutdown()
or flush()
fail whether the write has partially succeeded. Ideally I'd like to have a way to upload such that the operation will be atomic, and the file will not end up in a partially-uploaded state.
Specifically, I'd like to have documented what the consequences of an error in flush
or shutdown
are.