d7_s3fs_s3_migrate.yml in S3 File System 8.3
Same filename and directory in other branches
migrations/d7_s3fs_s3_migrate.yml
File
migrations/d7_s3fs_s3_migrate.ymlView source
- # Migration for files stored in D7 using s3:// scheme.
- id: d7_s3fs_s3_migrate
- migration_tags:
- - 'Drupal 7'
- - s3fs
- label: 'Files stored using s3:// scheme.'
- source:
- plugin: d7_file
- scheme: s3
- constants:
- # Leave empty. Required to avoid undefined index warnings.
- source_base_path: ''
- process:
- filename: filename
- uri: uri
- filesize: filesize
- status: status
- created: timestamp
- changed: timestamp
- uid: uid
- destination:
- plugin: 'entity:file'