mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: ignore signaturev2 for policy header check (#19551)
This commit is contained in:
@@ -610,7 +610,6 @@ func newPostRequestV2(endPoint, bucketName, objectName string, accessKey, secret
|
||||
"key": objectName + "/${filename}",
|
||||
"policy": encodedPolicy,
|
||||
"signature": signature,
|
||||
"X-Amz-Ignore-signature": "",
|
||||
"X-Amz-Ignore-AWSAccessKeyId": "",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user