Skip to main content

parse_authorization

Function parse_authorization 

Source
pub fn parse_authorization(header: &str) -> Option<SigV4Credentials>
Expand description

Parse the Authorization header to extract SigV4 credential components.

Format: AWS4-HMAC-SHA256 Credential={access_key}/{date}/{region}/{service}/aws4_request, SignedHeaders={headers}, Signature={sig}