mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05: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.