Problem/Motivation

The destination of the migration of the attachments is a folder called "featured_images".

  constants:
    file_dest_uri: 'public://featured_images'

This is not logical since it will contains all the attachments which are not only images, you can have literally any type of files such as txt, pdf, video etc...

Steps to reproduce

none

Proposed resolution

Change the destination folder to something more generic like "attachments_files"

Remaining tasks

Create patch

User interface changes

None

API changes

None

Data model changes

Attachments files are stored at a different location.

Comments

phjou created an issue.