You are here

service stream_wrapper.s3fs in S3 File System 8.3

Same name and namespace in other branches
  1. 8.2 s3fs.services.yml \stream_wrapper.s3fs
  2. 4.0.x s3fs.services.yml \stream_wrapper.s3fs

Class

Drupal\s3fs\StreamWrapper\S3fsStream

Tags

  • stream_wrapper
3 string references to stream_wrapper.s3fs
S3fsFileMigrationBatch::copyOperation in src/Batch/S3fsFileMigrationBatch.php
Batch operation callback that copy files to S3 File System.
S3fsFileMigrationBatch::isFileAlreadyUploaded in src/Batch/S3fsFileMigrationBatch.php
S3fsUrlGenerationTest::runDomainRootTests in tests/src/Functional/S3fsUrlGenerationTest.php
Execute domain_root tests.

File

./s3fs.services.yml
s3fs.services.yml

View source
  1. class: Drupal\s3fs\StreamWrapper\S3fsStream
  2. tags:
  3. - { name: stream_wrapper, scheme: s3 }