Just a heads up to anyone wanting to dig into the Ruby AWS code, going forward, I'd like to use what we have there as the template of how things should be done.
- Using xml_simple so we don't have to write parsers
- Unwrapping the outer levels of the xml that amazon returns so you get objects and arrays of objects (depending on the method) as the return from any method
Travis