mirror of
https://github.com/moodle/moodle.git
synced 2025-03-11 19:29:51 +01:00
This change introduces a new get_psr_stream() method to: * stored_file * file_system This allows us to fetch a Psr Stream implementing the PSR\Http\Message\StreamInterface and pass it into Guzzle, which means that there is no need to load the entire file content into memory to serve it.