Migrate Data to Amazon S3

189 views Asked by At

I need to migrate large data from Rackspace CloudFiles to Amazon S3.Can anyone help me how do I do this? What is the best and fast way to do this?

1

There are 1 answers

0
Lorenzo Aiello On

Both Cloud Files (http://docs.rackspace.com/) and S3 (http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html) have APIs and plenty of SDKs. Your best bet is to write something.

You could alternatively try to find some fuse libraries to allow you to do a straight filesystem copy, but that likely wouldn't be very efficient, especially if you have large file systems.