Is there a python library that implements both sides of the AWS authentication protocol?

I am writing a REST service in python and django and wanted to use Amazon AWS authentication protocol. I was wondering if anyone knows about the python library that implemented the formation of a header for sending and checking the header for receiving?

+3
source share
3 answers

Try this library. I think this is the library you are looking for.

Calnet

You can find some Python code examples here.

+2
source

boto is the Python library for AWS. I do not know, however, if he supports what you ask.

+1

, code , :) , .

0
source

Source: https://habr.com/ru/post/1705666/


All Articles