mirror of
https://github.com/kopia/kopia.git
synced 2026-03-11 02:36:39 -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>