How do I make calls to AWS with Python 3 and httplib2 on Windows 7?
The httplib2 /Python3 folder is missing cacerts.txt, so it doesn't get copied to the Python /lib folder. I copied the file there manually and everything worked. This is a known issue with httplib2.