Skip to content
Unverified Commit 93de6377 authored by Robin Appelman's avatar Robin Appelman
Browse files

extend storage api to allow directly writing a stream to storage



this removes the need for temporary storages with some external storage backends.
The new method is added to a separate interface to maintain compatibility with
storage backends implementing the storage interface directly (without inheriting common)

Currently the interface is implemented for objectstorage based storages and local storage
and used by webdav uploads

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 3c442e41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment