Feature Description
Add the ability to stream data to/from files to the FileStorage interface.
This also has to be actually implemented for each currently supported storage type.
Expand tests to cover new functionality.
Problem/Motivation
Using streams would allow us to serve image files without loading the entire buffer into memory.
Examples
No response
Additional Context
No response
Priority
Medium - Nice to have
Feature Description
Add the ability to stream data to/from files to the
FileStorageinterface.This also has to be actually implemented for each currently supported storage type.
Expand tests to cover new functionality.
Problem/Motivation
Using streams would allow us to serve image files without loading the entire buffer into memory.
Examples
No response
Additional Context
No response
Priority
Medium - Nice to have