mirror of
https://github.com/minio/minio.git
synced 2025-02-24 03:49:12 -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.