Re: jClouds 2.0

2017-04-08 Thread Andrew Gaul
Please refer to the OpenStack Swift documentation[1] which should answer all your questions. All jclouds pull requests must have unit and integration tests so you should be able to determine this empirically as well. [1] https://docs.openstack.org/developer/swift/overview_large_objects.html On

Re: jClouds 2.0

2017-04-07 Thread Archana C
Ok. We will work on this. As per our observation, ETAG computation for SLO and DLO differs For DLO Etag is the MD5 of manifest file For SLO Etag is the MD5 if concatenated ETAG. Is our understanding correct ? RegardsArchana On Friday, 7 April 2017, 1:00, Andrew Gaul wrote:

Re: jClouds 2.0

2017-04-06 Thread Andrew Gaul
jclouds is a community project so DLO support will be added when someone contributes it, likely you. I would look at how other libraries bridge this gap and submit a pull request[1]. Alternatively you could migrate your DLO to SLO with some external tool. [1]

jClouds 2.0

2017-04-06 Thread Archana C
Hi 1. Is there any timeline planned for DLO support ? 2. How do we achieve backward comparability with 1.9 migrated objects (DLO) etag with 2.o recall (SLO) etag ? RegardsArchana

Re: jClouds 2.0 MultiPart Upload

2017-02-06 Thread Zack Shoylev
:37 AM To: user@jclouds.apache.org Subject: Re: jClouds 2.0 MultiPart Upload Does it mean if we are not specifying executorservice, the upload happens in sequential ? Regards Archana On Saturday, 4 February 2017, 10:34, Andrew Gaul <g...@apache.org> wrote: PutOptions *takes* an Exe

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
part is > happening in parallel ? > Does sequential upload of part deprecated ? > RegardsArchana > >  > >    On Saturday, 4 February 2017, 1:30, Andrew Gaul <g...@apache.org> wrote: >  > >  We rewrote multi-part uploads in jclouds 2.0.  You should

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Andrew Gaul
gt; wrote: > > > We rewrote multi-part uploads in jclouds 2.0.  You should pass an > ExecutorService and via PutOptions in your call to BlobStore.putBlob. > > On Fri, Feb 03, 2017 at 01:11:15PM +, Archana C wrote: > > Hi > > > > Is SequentialMultiPartUploa

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
On Saturday, 4 February 2017, 1:30, Andrew Gaul <g...@apache.org> wrote: We rewrote multi-part uploads in jclouds 2.0.  You should pass an ExecutorService and via PutOptions in your call to BlobStore.putBlob. On Fri, Feb 03, 2017 at 01:11:15PM +, Archana C wrote

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
://issues.apache.org/jira/browse/JCLOUDS-1187 https://issues.apache.org/jira/browse/JCLOUDS-932 HTH! I. On Feb 3, 2017 06:22, "Archana C" <carchan...@yahoo.co.uk> wrote: Hi I have written a sample code for multipart upload using jClouds-2.0     Properties overrides = ne

Re: jClouds 2.0 MultiPart Upload

2017-02-02 Thread Ignasi Barrera
e/JCLOUDS-1187 https://issues.apache.org/jira/browse/JCLOUDS-932 HTH! I. On Feb 3, 2017 06:22, "Archana C" <carchan...@yahoo.co.uk> wrote: > Hi > > *I have written a sample code for multipart upload using jClouds-2.0* > > Properties overrides = n

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;)                 .cre