This commit is contained in:
Chris Lu 2021-01-28 14:29:14 -08:00
parent c2bf1a88ac
commit 9292796ec2

View file

@ -205,8 +205,6 @@ func (s3a *S3ApiServer) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *h
}
}
// purge empty folders, only checking folders with deletions
var allDirs []string
for dir, _ := range directoriesWithDeletion {