force enable asynchronous I/O sending events to Fluentd

This commit is contained in:
Konstantin Lebedev
2021-12-13 13:39:39 +05:00
parent 4f98553ba9
commit 34779e8f38
2 changed files with 10 additions and 6 deletions

View File

@@ -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)
}
}