Skip to content

Stream retrieval of blobs

Ahmon Dancy requested to merge review/dancy/large-file-reads into main

Instead of reading the contents of a blob into memory for transmission, open a stream and use flask.send_file().

Merge request reports