1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-11 05:43:15 +00:00

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

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