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:
@@ -14,6 +14,7 @@ import (
|
||||
|
||||
// URL parameters that need to be added to the signature
|
||||
var s3ParamsToSign = map[string]struct{}{
|
||||
"delete": {},
|
||||
"acl": {},
|
||||
"location": {},
|
||||
"logging": {},
|
||||
|
||||
Reference in New Issue
Block a user