Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
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 wrote: PutOptions *takes* an ExecutorService which allows multiple threads to concurrently upload multiple

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Andrew Gaul
PutOptions *takes* an ExecutorService which allows multiple threads to concurrently upload multiple parts. On Sat, Feb 04, 2017 at 03:34:30AM +, Archana C wrote: > Hi > > I think the question was not clear. Parallel upload of multiple file is fine > and that can be achieved by using

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
Hi I think the question was not clear. Parallel upload of multiple file is fine and that can be achieved by using executorservice. The question here is, does multipartUpload i.e uploading of each part is happening in parallel ? Does sequential upload of part deprecated ? RegardsArchana

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
Hi Is SequentialMultiPartUpload deprecated in jClouds2.0. Is all the multipart uploads are parallel now ? RegardsArchana On Friday, 3 February 2017, 18:39, Archana C wrote: Thanks it helped RegardsArchana On Friday, 3 February 2017, 12:06, Ignasi Barrera