liip / LiipImagineBundle

Symfony Bundle to assist in image manipulation using the imagine library
http://liip.ch
MIT License
1.66k stars 378 forks source link

bad yaml in documentation #1581

Open tacman opened 6 months ago

tacman commented 6 months ago
cache: aws_s3_resolver
    filter_sets:
        cache: ~
        user_thumbnail:
            cache: aws_s3_resolver
            quality: 75
            filters:

on https://symfony.com/bundles/LiipImagineBundle/current/events.html

This YAML isn't right. I'm not sure what it's supposed to be. I don't use OneUp, I was looking for an example using flysystem that has the cached images stored on s3 instead of locally.