fix: ignore signaturev2 for policy header check (#19551)

This commit is contained in:
jiuker
2024-04-20 00:45:54 +08:00
committed by GitHub
parent cd50e9b4bc
commit 9205434ed3
3 changed files with 6 additions and 2 deletions

View File

@@ -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": "",
}