s3: v3sign: add missing subresource delete

The delete query string parameter must be included when you create the
CanonicalizedResource for a multi-object Delete request.
This commit is contained in:
cc 2023-05-14 18:25:52 +08:00 committed by GitHub
parent 97be9015a4
commit 37a3309438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
// URL parameters that need to be added to the signature
var s3ParamsToSign = map[string]struct{}{
"delete": {},
"acl": {},
"location": {},
"logging": {},