Is your feature request related to a problem? Please describe.
I want to be able to upload content given a stream and or something that implements a Read/AsyncRead
Additional context
Since uploads need to be retried sometimes:
- either accept the one-shot upload requirement
- provide something that can be seeked back/restarted
Is your feature request related to a problem? Please describe.
I want to be able to upload content given a stream and or something that implements a Read/AsyncRead
Additional context
Since uploads need to be retried sometimes: