diff --git a/backend/s3/v2sign.go b/backend/s3/v2sign.go index d31cbeb71..12e41f0b6 100644 --- a/backend/s3/v2sign.go +++ b/backend/s3/v2sign.go @@ -14,6 +14,7 @@ import ( // URL parameters that need to be added to the signature var s3ParamsToSign = map[string]struct{}{ + "delete": {}, "acl": {}, "location": {}, "logging": {},