mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01: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:
parent
97be9015a4
commit
37a3309438
@ -14,6 +14,7 @@ import (
|
||||
|
||||
// URL parameters that need to be added to the signature
|
||||
var s3ParamsToSign = map[string]struct{}{
|
||||
"delete": {},
|
||||
"acl": {},
|
||||
"location": {},
|
||||
"logging": {},
|
||||
|
Loading…
Reference in New Issue
Block a user