mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
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.
2.6 KiB
2.6 KiB