On Tue, Oct 30, 2012 at 5:42 PM, Ross <ross.w.bl
...@gmail.com> wrote:
> Hi,
> I am trying to get multipart upload working with rackspace cloudfiles.
> String etag = blobStore.putBlob(CONTAINER_NAME, blob, multipart());
> I have tried both the sync and async API, but both fail with the exception:
> Exceptions = {[metadata=[type=BLOB, id=null,
> name=test/2012-10-30/web38/cxad_stats/aps001-hc-1028244-Data.db,
> location=null, uri=null,
> userMetadata={}]]=java.util.concurrent.ExecutionException:
> java.lang.IllegalArgumentException: backend type:
> org.jclouds.rest.RestContext<org.jclouds.cloudfiles.CloudFilesClient,
> org.jclouds.cloudfiles.CloudFilesAsyncClient> not assignable from
> org.jclouds.rest.RestContext<org.jclouds.openstack.swift.SwiftClient,
> org.jclouds.openstack.swift.SwiftAsyncClient>}
> I am using "cloudfiles-us" as the provider. Should I be using a different
> provider (one of the swift providers?) , or is multipart not supported for
> rackspace ?
> Thanks,
> Ross
> --
> You received this message because you are subscribed to the Google Groups
> "jclouds" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/jclouds/-/0dF-nMobvasJ.
> To post to this group, send email to jclouds@googlegroups.com.
> To unsubscribe from this group, send email to
> jclouds+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jclouds?hl=en.