I am writing a REST service in python and django and wanted to use Amazon's AWS authentication protocol. I was wondering if anyone knew of a python library that implemented formation of the header for sending and the validation of the header for recieving?
views:
289answers:
3
+2
A:
Try this Library. I think it is the library you are searching for..
You can find some Python Code Samples Here
Chathuranga Chandrasekara
2009-04-03 03:20:12
A:
boto is a Python library for AWS. I don't know however if it supports what you are asking for.
kgiannakakis
2009-04-03 07:09:18
I know boto can form the aws header but I don't know if it can validate one.
Jason Christa
2009-04-03 12:30:15
A:
I think this code does exactly what you want :) I'll be happy to get comments for improvement if needed.
ScienceFriction
2009-11-05 09:00:05