mirror of
https://github.com/pgsty/minio.git
synced 2026-07-17 11:14:31 +03:00
e7a56f35b9
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.