mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Signature-V4: Dump the request with error message on signature mismatch. (#2734)
fixes #2691
This commit is contained in:
committed by
Harshavardhana
parent
725df557b5
commit
a955676986
@@ -19,11 +19,12 @@ package cmd
|
||||
import (
|
||||
"crypto/hmac"
|
||||
"encoding/hex"
|
||||
"github.com/minio/sha256-simd"
|
||||
"net/http"
|
||||
"regexp"
|
||||
"strings"
|
||||
"unicode/utf8"
|
||||
|
||||
"github.com/minio/sha256-simd"
|
||||
)
|
||||
|
||||
// http Header "x-amz-content-sha256" == "UNSIGNED-PAYLOAD" indicates that the
|
||||
|
||||
Reference in New Issue
Block a user