Signature v4 support for non amazon S3

2018-06-18 Thread Ranjith R
Hi All - I know signature v4 signing is implemented for Amazon S3 (aws-s3). Just wanted to know if I can use v4 signing for a non amazon cloud which supports S3 API and sigV4 (s3). If it does, what changes should be done from the client side? Thanks, Ranjith

error while running JCloudsNove.java

2018-06-18 Thread jayshankar nair
The description of jclouds is given in the below link.https://jclouds.apache.org/guides/openstack/. I have packstack installed in the machine. java -classpath ".:lib/*" JCloudsNovaException in thread "main" java.util.ServiceConfigurationError: org.jclouds.apis.ApiMetadata: Provider org.jclouds.

Re: error while running JCloudsNove.java

2018-06-18 Thread Ignasi Barrera
That tutorial is a bit outdated. Did you use the exact pom.xml referenced there to build the "lib" folder? A quick look shows that the Neutron groupId is wrong. Now it is "org.apache.jclouds.api". Could you verify it, and that you get all deps without errors? Could you share the contents of the re