I can confirm the issue posted in #6. Reverting back to 4.0.8 resolves the issue that @makkus183 brought up.
It's because `StreamWrapperManager::getScheme($uri)` returns empty when processing the `/no-thumbnail.png` file that I believe comes from the Media module.
I never got this working properly with s3fs and assets. I ended up switching to using Elastic File System and mounting a volume to the pods.
@cmlara It wasn't working the last time I tried. For now I have left aggregation turned off until I have chance to take a closer look at why assets are not being generated on request, as mentioned in #2
I should have time to pick this back up at the start of the new year. Thanks checking in!
Here is a patch that fixes this issue.
tom friedhof β created an issue.