SharedKeyAuth Class

Inheritance
requests.auth.AuthBase
SharedKeyAuth

Constructor

SharedKeyAuth(header, account_name, key)

Parameters

Name Description
header
Required
account_name
Required
key
Required

Attributes

headers_to_sign

headers_to_sign = ['content-encoding', 'content-language', 'content-length', 'content-md5', 'content-type', 'date', 'if-modified-since', 'if-match', 'if-none-match', 'if-unmodified-since', 'range']