- Issue created by @pvbergen
- Status changed to Fixed
6 months ago 8:22am 4 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
When using the remote_file_importer with s3fs, I get the following error on installation:
TypeError: Drupal\remote_file_importer\Services\ImportService::__construct(): Argument #2 ($fileSystem) must be of type Drupal\Core\File\FileSystem, Drupal\s3fs\S3fsFileService given
The code needs to be adapted to request interfaces instead of classes.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.