authorization_header

Function authorization_header 

Source
pub fn authorization_header(
    access_key: &str,
    datetime: &OffsetDateTime,
    region: &Region,
    signed_headers: &str,
    signature: &str,
) -> Result<String, S3Error>
Expand description

Generate the AWS authorization header.