Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.6.0, 6.6.1, 6.6.2
-
Untriaged
-
1
-
No
Description
What's the issue?
We currently wrap the reader we pass to the 's3manager.Upload' function with a 'bufio.Reader', this is fine, however, it's not seekable; this leads to excessive memory usage since instead of using 'io.SectionReader's it read the data into memory.
What's the fix?
We don't wrap the file reader with a 'bufio.Reader'.
Attachments
Issue Links
- links to