You are here

service s3fs.commands in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 drush.services.yml \s3fs.commands

Class

Drupal\s3fs\Commands\S3fsCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: Drupal\s3fs\Commands\S3fsCommands
  2. arguments:
  3. - '@s3fs'
  4. - '@s3fs.file_migration_batch'
  5. - '@config.factory'
  6. - '@s3fs.refresh_cache_batch'
  7. tags:
  8. - { name: drush.command }