Upload / download API without local filesystem
-
Hi,
Are there any endpoints in the API that would allow me to upload / download a byte stream directly?
Something like:
Request: GET /renter/download-stream/*siapath
Response: byte stream of the file under the given siapathI have a use case where I want to stream the data to the client - downloading them first to the servers file system is unacceptable.