minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
460 stars 97 forks source link

all: use human-readable size limits and mem.LimitReader #290

Closed aead closed 1 year ago

aead commented 1 year ago

This commit uses human-readable size limits instead of untypted constants - i.e. 1 * mem.MiB instead of 1 << 20.

Further, replace io.LimitReader with mem.LimitReader to avoid type casting.

harshavardhana commented 1 year ago

PTAL at conflicts @aead