You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Kevin Krouse <ke...@gmail.com> on 2013/08/22 23:11:47 UTC

copy in blob store?

Is it possible to copy or move a blob using the blob store APIs?

Thanks,
Kevin

Re: copy in blob store?

Posted by Andrew Gaul <ga...@apache.org>.
On Thu, Aug 22, 2013 at 02:11:47PM -0700, Kevin Krouse wrote:
> Is it possible to copy or move a blob using the blob store APIs?

The BlobStore API does not expose this functionality although you can
emulate it with putBlob(getBlob()).  Note that rename is a complicated
operation in file systems and I doubt that many providers support this
natively.

We have had several requests for a general blob mover to copy between
containers although no one has volunteered to implemented this yet:

https://github.com/jclouds/legacy-jclouds/issues/1577

-- 
Andrew Gaul
http://gaul.org/