In order to use a custom adapter, you first need to create
a service implementing the League\Flysystem\AdapterInterface.
Set this service as the value of the service key in the oneup_flysystem configuration.
oneup_flysystem:
adapters:
acme.flysystem_adapter:
custom:
service: my_flysystem_service