Open kbond opened 2 years ago
Regarding integration with league/flysystem-bundle
- it provides services for each adapter (not operator), see:
So we probably only need to document that or add config option that takes storageName and uses 'flysystem.adapter.'.$storageName
as adapter service.
In oneup/flysystem-bundle
I can see there is some manipulation around oneup_flysystem.%s_adapter
service, but I have no experience with that bundle. But it looks promising 👍
Ok cool that will work!
This bundle can be configured with
adapter services
:I'll have to see if the above bundles expose the underlying adapters as services. If not, I'm not sure how this would work.