Description
A colleague wrote a proof-of-concept script against S3 with libcloud and python 2.7. When I tried to run it on a 2.6 machine it failed. It hung whilst calling get_object. I traced this back to a change between python 2.6 and 2.7 and how it handles 'HEAD' requests.