Hello, I need to store very large files in the OpenStack Swift through the Java server. The problem is that I don't need to store big files locally 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.
Can jclouds perform such acts? Sincerely, Alexandr
