heh, didn't see this one when responding to the other message :P My favorite client bindings for the java's is JOSS -> http://joss.javaswift.org/
For streaming upload; maybe here: https://github.com/javaswift/tutorial-joss-streaming/blob/e97a302e42b8964b4c87749fc2a5d28a9bb4d32a/src/main/java/org/javaswift/joss/tutorial/StreamingController.java#L174 -Clay 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! On Tue, Sep 13, 2016 at 2:55 AM, Alexandr Porunov < [email protected]> wrote: > Hello, > > Is it possible to stream a file from a Java server to OpenStack Swift? > > 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. > > 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. > > Are there any APIs which let us create such a Java server? > > Sincerely, > Alexandr > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/ > openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/ > openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
