mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08: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
|
// URL parameters that need to be added to the signature
|
||||||
var s3ParamsToSign = map[string]struct{}{
|
var s3ParamsToSign = map[string]struct{}{
|
||||||
|
"delete": {},
|
||||||
"acl": {},
|
"acl": {},
|
||||||
"location": {},
|
"location": {},
|
||||||
"logging": {},
|
"logging": {},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user