Re: riak-cs sync buckets from S3 to Riak-cs

2015-11-17 Thread Alberto Ayllon
Thanks a lot for your help! 2015-11-17 3:50 GMT+01:00 Shunichi Shinohara : > Hi Alberto, > > I didn't look into boto implementation, but I suspect that COPY Object API > does NOT work between different S3-like systems. > The actual interface definition of the API is [1] and source bucket/key > is

Re: riak-cs sync buckets from S3 to Riak-cs

2015-11-16 Thread Shunichi Shinohara
Hi Alberto, I didn't look into boto implementation, but I suspect that COPY Object API does NOT work between different S3-like systems. The actual interface definition of the API is [1] and source bucket/key is just a string in the x-amz-copy-source header. The request went into the system that in

Re: riak-cs sync buckets from S3 to Riak-cs

2015-11-16 Thread Alberto Ayllon
Hello. Thanks for your help Dmitri. Perhaps this is not the correct place to ask this, but maybe someone had have the same problem. I build a test environment with two nodes of RIAK-CS, not in cluster, and I'm trying to move objects from one to another, to a bucket with the same name (testbucket

Re: riak-cs sync buckets from S3 to Riak-cs

2015-11-13 Thread Dmitri Zagidulin
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