Skip to content

Changed from class to interface for s3fs compatibility

oierbravo requested to merge streamwrapper-drush-fix into 1.1.x

Drush fails with s3fs module enabled. TypeError: Drupal\static_export\Commands\StreamWrapperCommands::__construct(): Argument #1 ($fileSystem) must be of type Drupal\static_export\Commands\FileSystem, Drupal\S3fs\S3fsFileService given

Merge request reports