Showing 1 - 3 of 3 items. (Page 1 of 1)
A Django Management Command for Amazon S3
The Django Commands Extension project, started by Michael Trier, provides some excellent general purpose management commands to your Django projects. Ever since I first found the project I've kept it in the back of my mind that if I ever wrote a useful custom management command, I should contribute ...
Amazon Web Services announces Elastic Block Store (EBS)
EBS removes the scary part of EC2 by providing persistent storage (think virtual hard drives). They can range from 1 GB to 1 TB, offer point in time snapshots (differential backups) saved to S3, lazy loading of existing snapshots, striping across EBS volumes, and probably more I didn't discover. Overall it seems like a nice addition to the rest of the web services.
boto - Google Code
A group of Python libraries to interface with Amazon Web Services (S3, EC2, etc.) I used this tonight to write a quick and simple S3 backup tool.