Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add loadMediaFileStream to MediaService and FileLoader
issue: NEXT-21711
author: JoshuaBehrens
author_email: [email protected]
author_github: @JoshuaBehrens
---
- Added
\Shopware\Core\Content\Media\File\FileLoader::loadMediaFileStream
as companion to\Shopware\Core\Content\Media\File\FileLoader::loadMediaFile
but it returns a stream for better memory management options with big files - Added
\Shopware\Core\Content\Media\MediaService::loadFileStream
as companion to\Shopware\Core\Content\Media\MediaService::loadFile
but it returns a stream for better memory management options with big files