force enable asynchronous I/O sending events to Fluentd
This commit is contained in:
@@ -261,7 +261,7 @@ func (s3a *S3ApiServer) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *h
|
||||
}
|
||||
if auditLog != nil {
|
||||
auditLog.Key = entryName
|
||||
go s3err.PostAccessLog(*auditLog)
|
||||
s3err.PostAccessLog(*auditLog)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user