<div dir="ltr"><div>Hello,</div><div><br></div><div>Is it possible to stream a file from a Java server to OpenStack Swift?<br></div><div><br></div><div>I need to store very large files in the OpenStack swift through the Java server. Java server performs authentication, validation and other special logic after that it sends file into OpenStack Swift.</div><div><br></div><div>The problem is that I don't need to store big files localy on the Java server. I don't need them there. So, Java server has to act like a pipe. It has to accept an input stream from the client and create an output stream to the OpenStack Swift Proxy after that it has to read small parts of data from the input stream and send them to the output stream.</div><div><br></div><div>Are there any APIs which let us create such a Java server?</div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div>