Sync Directory to S3
August 14, 2011 Posted by mitch | boto, python, S3 | 0 Comments
I needed the ability to sync a directory to S3 for a client... so I wrote up a script I'm calling sync2S3.py. Some of the code came from the Django extensions project, which I modified to work without django and just sync a directory in an rsync like fashion. Enjoy

