You are here

drush.services.yml in S3 File System 8.3

Same filename and directory in other branches
  1. 4.0.x drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. s3fs.commands:
  3. class: Drupal\s3fs\Commands\S3fsCommands
  4. arguments: ['@s3fs', '@s3fs.file_migration_batch', '@config.factory', '@s3fs.refresh_cache_batch']
  5. tags:
  6. - { name: drush.command }