/s3-bucket-copy

ruby script to copy data from one bucket to another

Primary LanguageRuby

Introduction

This script provides a simple but effective method to copy contents between s3 buckets that are in different accounts. I have used the ruby aws-sdk gem to do the heavy lifting of reading from and writing to a bucket.

More soon...