Fwd: Need Help to resolve Custom Retry Handler Issue

2016-09-13 Thread Dileep Dixith
Hi All, For our project we need to write a custom retry handler for jclouds during PUT Operation.. We want to override default BackoffLimitedRetryHandler. I want to know whether it is possible to write custom retry handler for PUT operation or not. Our Code snippet goes as below. modules =

Re: Stream file to the OpenStack Swift

2016-09-13 Thread Zack Shoylev
You should be able to write (for example) an Apache Tomcat web application that accepts a file and then uploads it to Swift using jclouds. I am not completely sure about the Tomcat part (receiving the file), but we have lots of examples here: https://github.com/jclouds/jclouds-examples

Stream file to the OpenStack Swift

2016-09-13 Thread Alexandr Porunov
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