Hi Alberto,

>From what I understand, the state of the art in terms of migration of
objects from Amazon S3 to Riak CS is -- writing migration scripts.
Either as shell scripts (using s3cmd), or language-specific libraries like
boto (or even just the S3 SDKs).
And the scripts would consist of:
1) get a list of the buckets you want to migrate
2) List the keys in those buckets
3) Migrate each object from AWS to CS.

You're right that mounting buckets as filesystems is a (distant)
possibility, but we have not seen much successful use of those (though if
anybody's made that work, let us know).



On Thu, Nov 12, 2015 at 12:40 PM, Alberto Ayllon <aayl...@qdqmedia.com>
wrote:

> Hello.
>
> I'm new using Riak and Riak-cs, I have installed a Riak-cs cluster with 4
> nodes and it works fine,
>
> Here is my question,  the company where I work has some buckets in Amazon
> s3, and I would like migrate objects from these buckets to our Riak-cs
> installation, as far as I know I can do it using S3FUSE or S3BACKER,
> mounting buckets as a filesystem, but would like avoid mount it as
> filesystem. I tried it with boto python library, using the copy_key method,
> but it doesn't work.
>
> Has anybody try with success synchronize buckets from AS3 to Riak-CS?
>
> Thanks.
>
> P:D: Excuse for my English.
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to