mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: audit log to support object names in multipleObjectNames() handler (#14017)
This commit is contained in:
@@ -574,7 +574,9 @@ func (s *TestSuiteCommon) TestDeleteMultipleObjects(c *check) {
|
||||
c.Assert(response.StatusCode, http.StatusOK)
|
||||
// Append all objects.
|
||||
delObjReq.Objects = append(delObjReq.Objects, ObjectToDelete{
|
||||
ObjectName: objName,
|
||||
ObjectV: ObjectV{
|
||||
ObjectName: objName,
|
||||
},
|
||||
})
|
||||
}
|
||||
// Marshal delete request.
|
||||
|
||||
Reference in New Issue
Block a user