Re: Signature v4 support for non amazon S3

2018-06-21 Thread Ranjith R
-authorization-header.html I saw that there is a unsigned payload option. Is there a way to use unsigned payload from jclouds to avoid this double read? Thanks, Ranjith On Thu, Jun 21, 2018 at 8:33 PM Ignasi Barrera wrote: > Yeah! :) > > > On 21 June 2018 at 16:41, Ranjith R wrote:

Re: Signature v4 support for non amazon S3

2018-06-21 Thread Ranjith R
tate the custom module with "@ConfiguresHttpApi". > Can you try this? > > > > I. > > > On 21 June 2018 at 11:58, Ranjith R wrote: > >> I was looking at https://issues.apache.org/jira/browse/JCLOUDS-480 and >> it talks about the default signing for AWS be

Re: Signature v4 support for non amazon S3

2018-06-21 Thread Ranjith R
Ranjith R wrote: > 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 >

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

Re: Need to reset an http header in Jcloud.

2018-03-01 Thread Ranjith R
That sounds like the problem in https://mail-archives.apache.org/mod_mbox/jclouds-user/201601.mbox/%3c7fb39cd6f35fba4a84437e6707bd6f59150d5...@g9w0757.americas.hpqcorp.net%3E Check the responses, there was suggestion to use a different http client and that worked. On Thu, Mar 1, 2018 at 8:00

Re: requested location eu-central-1, which is not in the configured locations

2016-03-09 Thread Ranjith R
Hi, I would also like to know how to use AWS S3 v4 signature for authentication. Is there way to specify which signature version to use while constructing a BlobStoreContext? Thanks in advance, Ranjith On Tue, Mar 8, 2016 at 3:24 PM, Archana C wrote: > From the

Re: Setting LocationConstraint in createContainerInLocation()

2016-01-19 Thread Ranjith R
parameter. I am not sure if there is a better way. On Tue, Jan 19, 2016 at 5:12 PM, Ranjith R <ranji...@gmail.com> wrote: > Hi, > I am trying out jclouds against a cloud object store which is > supporting the S3 APIs. for the putBucket request, the object store > ac