views:

17

answers:

0

I have a S3 bucket that contains ~40 gigs of files - these files will be served via a production server

We also have a staging server which needs a subset (if not all) the files in the production environment (to make sure we have a environment for testing purposes).

I would like to know if there was a simple way to sync 2 buckets (prod_bucket / stage_bucket) - I'm aware of s3cmd but unfortunately the sync mode in it will not allow me to sync 2 buckets.