We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get update
sudo apt-get install maven
sudo apt-get install default-jdk
sudo apt-get install screen
nano ~/.s3cfg
paste this in (with your credentials):
[default] access_key = ABCD1234 secret_key = 1234ABCD
cmd-x to save this
wget https://github.com/cobbzilla/s3s3mirror/archive/master.zip
unzip master.zip
cd s3s3mirror-master/
mvn package
./s3s3mirror.sh --verbose --dry-run old-bucket new-bucket review output
./s3s3mirror.sh --verbose --dry-run old-bucket new-bucket
./s3s3mirror.sh --verbose old-bucket new-bucket