-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3_object - fix MemoryError when downloading large files #2108
s3_object - fix MemoryError when downloading large files #2108
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 12s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 34s |
4829217
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2109 🤖 @patchback |
s3_object - fix MemoryError when downloading large files SUMMARY fixes: #2107 The refactor in #1139 is triggering a full download of the file into memory when downloading files, this downloaded content was then being thrown away. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_object ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin (cherry picked from commit 4829217)
[PR #2108/48292178 backport][stable-8] s3_object - fix MemoryError when downloading large files This is a backport of PR #2108 as merged into main (4829217). SUMMARY fixes: #2107 The refactor in #1139 is triggering a full download of the file into memory when downloading files, this downloaded content was then being thrown away. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_object ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
fixes: #2107
The refactor in #1139 is triggering a full download of the file into memory when downloading files, this downloaded content was then being thrown away.
ISSUE TYPE
COMPONENT NAME
s3_object
ADDITIONAL INFORMATION