Re: S3 multipart upload throws NPE occasionally

2021-09-14 Thread John Calcote
I just realized the problem is probably due to the fact that HTML is generally case insensitive and the regex expects the HMTL tag to be exactly . It's much easier (for me) to imagine the match failed because they used an HTML tag with a different case than to imagine they embedded a space in the

Re: S3 multipart upload throws NPE occasionally

2021-09-09 Thread Andrew Gaul
On Thu, Sep 09, 2021 at 07:37:49PM -, John Calcote wrote: > java.lang.NullPointerException: Null id > at > org.jclouds.blobstore.domain.AutoValue_MultipartUpload.(AutoValue_MultipartUpload.java:32) > ~[jclouds-blobstore-2.3.0.jar:2.3.0] > at >

S3 multipart upload throws NPE occasionally

2021-09-09 Thread John Calcote
Hi Andrew, I'm running jclouds 2.3.0 these days. Here's the call stack: java.lang.NullPointerException: Null id at org.jclouds.blobstore.domain.AutoValue_MultipartUpload.(AutoValue_MultipartUpload.java:32) ~[jclouds-blobstore-2.3.0.jar:2.3.0] at

Re: Swift Multipart upload SLO or DLO

2017-04-05 Thread Andrew Gaul
Sorry I cannot help you debug your Swift configuration. jclouds SLO works with properly configured public providers like Rackspace so I suggest exploring the differences between it and your local setup. jclouds 2.0.0 does not support DLO and the older jclouds 1.9.1 Swift implementation works

Re: Swift Multipart upload SLO or DLO

2017-04-04 Thread Andrew Gaul
jclouds supports static large objects with Swift. We could add support for dynamic objects but these have a number of caveats and differ from other providers. On Tue, Apr 04, 2017 at 04:28:56PM +, Archana C wrote: > Hi > > Does jclouds 2.0.0 supports swift Static Large Object Upload (SLO)

Swift Multipart upload SLO or DLO

2017-04-04 Thread Archana C
Hi Does jclouds 2.0.0 supports swift Static Large Object Upload (SLO) or Dynamic Large Object Upload(DLO) ? As per our observation, 1. It looks like jClouds does SLO and not DLO. 2. SLO requires no headers whereas DLO requires X-Object-Manifest as header while manifest upload as mentioned in

Re: MultiPart Upload

2017-02-08 Thread Zack Shoylev
:18 AM To: user@jclouds.apache.org Subject: MultiPart Upload Hi Is there a way to substitute attributes in MultipartUploadSlicingAlgorithm (min, max and number of parts) in jClouds-2.0 ? Regards Archana

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
all request/reponse path and headers but skip the bodies. > > More on this here:https://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"

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Andrew Gaul
; > Perhaps for your use case the "jclouds.headers" are enough; that will log > > all request/reponse path and headers but skip the bodies. > > More on this here:https://issues.apache.org/jira/browse/JCLOUDS-1187 > > https://issues.apache.org/jira/

Re: jClouds 2.0 MultiPart Upload

2017-02-03 Thread Archana C
all > request/reponse path and headers but skip the bodies. > More on this here:https://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

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