Ross
unread,Oct 30, 2012, 8:42:28 PM10/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jcl...@googlegroups.com
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