mirror of
https://github.com/pgsty/minio.git
synced 2026-03-21 09:15:08 +01:00
This largely avoids a large buffer copy which would accumulate inside proxyReader{}
This patch also implements "initialize()" function to init and populate data
on all the existing buckets, avoiding the redundant ListBuckets() invoked by
every API call.