1
0
mirror of https://github.com/minio/minio.git synced 2025-04-22 19:35:47 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
e7a56f35b9
flatten out audit tags, do not send as free-form ()
move away from map[string]interface{} to map[string]string
to simplify the audit, and also provide concise information.

avoids large allocations under load(), reduces the amount
of audit information generated, as the current implementation
was a bit free-form. instead all datastructures must be
flattened.
2024-08-13 15:22:04 -07:00
Krishnan Parthasarathi
01a8c09920
Add fmt-gen subcommand ()
fmt-gen subcommand is only available when built with build tag `fmtgen`.
2024-07-30 15:59:48 -07:00