Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
write_blob_stream()
does not need Seek
trait anymore.
Internally, it has to turn it into a buffer so it's not needed anymore. It also counteracts the idea of using a stream with arbitrarily big files.
- Loading branch information