mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 02:52:55 -05:00
s3manager.Uploader gets us pooled byte slices, sane sizing and concurrency limits, optimizations to use io.ReadSeeker when it's available, etc. Fixes a bug where aws_table_persister could have unbounded memory usage, proportional to the size of the file, when uploading large table files to S3.