Another blog bites the dust
    Another blog bites the dust

    #Amazon S3


    Clone S3 Bucket Script

    I had to backup an S3 bucket so I whiped out a small script to clone a bucket.

    It’s written in Python and depends on the excellent Boto library. If you are running Python < 2.7 you’ll also need the argparse library (both available also via pip).

    View the gist here: https://gist.github.com/1275085

    Or here below:

    #Amazon S3  #Amazon Simple Storage Service  #Bucket  #Clone  #Code  #gist  #S3 

     •  2025  •  Another blog bites the dust