mirror of
https://github.com/pgsty/minio.git
synced 2026-03-12 14:16:44 +01:00
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.