s3s3mirror icon indicating copy to clipboard operation
s3s3mirror copied to clipboard

Mirror to other clouds

Open cantino opened this issue 12 years ago • 4 comments

How difficult would it be to modify this to copy from S3 to Google Cloud Storage or Rackspace Files?

cantino avatar Jul 17 '13 22:07 cantino

If they have Java SDK libraries, it would be possible. It'd be a big scope expansion, but very useful. It'd be nice to generify the storage interface too, right now the code is using the Amazon S3 library directly, which is not the cleanest way.

cobbzilla avatar Jul 17 '13 23:07 cobbzilla

This would be very interesting to us as well. I haven't had a chance to investigate Google Cloud Storage yet, but I've heard that it's essentially designed to be "S3 compatible," which I took to mean that the API and behavior was very similar, or perhaps identical?

winzig avatar Aug 20 '13 18:08 winzig

Some Tango engineers have extended it to mirror between S3 and Google Cloud Storage. https://github.com/DevOps-TangoMe/BucketSyncer

dengliu avatar Oct 14 '14 06:10 dengliu

Same request for Joyent Cloud Manta Storage solutions

Here is the JAVA API info

https://github.com/joyent/java-manta

peteryorke avatar Sep 02 '15 18:09 peteryorke