<div dir="ltr">heh, didn't see this one when responding to the other message :P<div><br></div><div>My favorite client bindings for the java's is JOSS -> <a href="http://joss.javaswift.org/">http://joss.javaswift.org/</a></div><div><br></div><div>For streaming upload; maybe here:</div><div><br></div><div><a href="https://github.com/javaswift/tutorial-joss-streaming/blob/e97a302e42b8964b4c87749fc2a5d28a9bb4d32a/src/main/java/org/javaswift/joss/tutorial/StreamingController.java#L174">https://github.com/javaswift/tutorial-joss-streaming/blob/e97a302e42b8964b4c87749fc2a5d28a9bb4d32a/src/main/java/org/javaswift/joss/tutorial/StreamingController.java#L174</a></div><div><br></div><div>-Clay<br><div><br></div><div>IMHO, if you're actively working on this project and find you have a bunch of these questions you should totally jump into #openstack-swift on Freenode!</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 13, 2016 at 2:55 AM, Alexandr Porunov <span dir="ltr"><<a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
<br></blockquote></div><br></div>