Hi all, I am running jclouds in a servicemix 4.5.3 environment (=> camel 2.7.10), camel-jclouds (=> jclouds-1.4.0) I tried to access a blob using simiar code to http://camel.apache.org/jclouds.html
from("direct:start") .to("jclouds:blobstore:aws-s3" + "?operation=GET" + "&container=mycontainer" + "&blobName=myblob"); PUT does work, GET is ignored (returns nothing). Using the header CamelJcloudsOperation=GET doesn't work either. Am I using it wrong? Or is there any additional Documentation for this component? Thank you for your time Christoph -- View this message in context: http://camel.465427.n5.nabble.com/camel-jclouds-parameter-operation-ignored-tp5750789.html Sent from the Camel - Users mailing list archive at Nabble.com.