Unverified Commit 5bf78d31 authored by Nugine's avatar Nugine
Browse files

s3s: signature_v4: fix

parent dd6fac19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ fn uri_encode_string(input: &str, encode_slash: bool) -> String {

/// is skipped header
fn is_skipped_header(header: &str) -> bool {
    ["authorization", "user-agent"].contains(&header)
    header == "authorization"
}

/// is skipped query string