mirror of
https://github.com/kopia/kopia.git
synced 2026-05-10 15:54:20 -04:00
Avoid minio allocations by implementing `ReadAt` function. This change causes Minio libraries to reduce memory allocations. Specifically, buffer allocations for S3 upload. Add tests for new functionality. --------- Co-authored-by: Shikhar Mall <shikhar.mall@veeam.com> Co-authored-by: Nick <nick@kasten.io>