Last active
January 18, 2016 18:28
-
-
Save JCotton1123/d4880a33a8c89a3edaab to your computer and use it in GitHub Desktop.
s3s3mirror setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ideally, run this from a EC2 instance within the same | |
# region as your source and destination buckets | |
apt-get update -y | |
apt-get install -y git openjdk-7-jdk | |
git clone https://github.com/cobbzilla/s3s3mirror.git | |
cd s3s3mirror | |
export AWS_ACCESS_KEY_ID= | |
export AWS_SECRET_ACCESS_KEY= | |
./s3s3mirror.sh <SOURCE_BUCKET> <DEST_BUCKET> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment