mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
67596ef0cc
json.Unmarshal expects a pointer receiver, otherwise kms.Context unmarshal fails with lack of pointer receiver, this becomes complicated due to type aliasing over map[string]string - fix it properly.