mirror of
https://github.com/pgsty/minio.git
synced 2026-03-18 15:58:21 +01:00
rpc/v2/json2 code has a bug where it treats all jsonrpc 2.0 request params like an 'object'. In accordance with the spec it could be both 'object' or an 'array'. Handle both cases.