Re: jClouds 2.0 MultiPart Upload

2017-02-02 Thread Ignasi Barrera
It looks like the OOM exception is thrown when writing the wire logs. When using the blob store apis you might see binary data in the logs, as the "jclouds.wire" logger logs the response/request payloads which might be huge for some blobs and can cause this kind of exceptions. Could you try

jClouds 2.0 MultiPart Upload

2017-02-02 Thread Archana C
Hi I have written a sample code for multipart upload using jClouds-2.0     Properties overrides = new Properties();         BlobStoreContext context = ContextBuilder.newBuilder("openstack-swift")                 .endpoint("http://x.xxx.xx.xx:5000/v2.0;)                 .credentials("xx:xx",

Re: Re:Is there any way to add custom headers on HTTP headers to Rackspace Cloudfiles?

2017-02-02 Thread Ignasi Barrera
Hi Jeff, There is no default way to add arbitrary headers to the requests generated by jclouds. The approach I'd recommend is to use the OkHttp driver and its interceptor mechanism. Here is how you can set it up: * First, configure the OkHttp driver when creating the context by adding its module

Fwd: Re:Is there any way to add custom headers on HTTP headers to Rackspace Cloudfiles?

2017-02-02 Thread Andrew Phillips
Er, that should have been "user@..." - sorry! ap Original Message Subject: Re:Is there any way to add custom headers on HTTP headers to Rackspace Cloudfiles? Date: 2017-02-02 15:59 From: Andrew Phillips To: us...@jclouds.apache.org Copy: