Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResolverInterface gaufrette-extra #249

Open
TomAMarine opened this issue Aug 18, 2021 · 0 comments
Open

ResolverInterface gaufrette-extra #249

TomAMarine opened this issue Aug 18, 2021 · 0 comments
Assignees

Comments

@TomAMarine
Copy link

TomAMarine commented Aug 18, 2021

Hello,

I have this configuration bundle :

knp_gaufrette:
    stream_wrapper: ~

    adapters:
        data_library_model_image:
            aws_s3:
                service_id: 'aws_s3.client'
                bucket_name: '%aws_s3.bucket%'
                detect_content_type: true
                options:
                    directory: 'data-library/model'
                    acl: 'public-read'

    filesystems:
        data_library_model_image:
            adapter: data_library_model_image

I use Gaufrette which provides me with an alias / service: "gaufrette.data_library_model_image_filesystem".
I would like to replace or override it to implement the "ResolvableFilesystem" (see bundle gaufrette/extra).

How can I get the Filesystem decorator (ResolverInterface) with the "knp_gaufrette.filesystem_map" system?

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants