pub fn authorization_header( access_key: &str, datetime: &OffsetDateTime, region: &Region, signed_headers: &str, signature: &str, ) -> Result<String, S3Error>
Generate the AWS authorization header.