Use shutil.copyfileobj instead of having some obj.read(). It will be much better in terms of memory consumption.
Developer from somewhere
Use shutil.copyfileobj instead of having some obj.read(). It will be much better in terms of memory consumption.