- Issue created by @w01f
- 🇮🇹Italy itamair
Hi @w01f ... thanks for pointing this out.
Could you see / inspect how this module works at the moment?I took over this some months ago and made it more solid, but still keep its original approach that is founded on the following setup:
- a config setting defining the path to the folder where to scan for existing media images files, defined here:
https://git.drupalcode.org/project/media_library_importer/-/blame/2.x/sr...
- a MediaLibraryImporterService (https://git.drupalcode.org/project/media_library_importer/-/blob/2.x/src...) that uses the above config setting and handle all the media images scan & fetch.Of course all this logics extension and scalability (to some other external source location, such as Amazon S3 Cloude Storage, or whatever) would be a great and super useful enhancement ...
BUT for sure it will need some not trivial effort / work (much refactoring and extending work, I would say ...).
As starting point I would refactor all the existing logics on a more scalable Drupal plugin logics ...
so to consequently implement (start implementing) different Media Files Locations Sources Plugins (Local folder, Amazon S3 Cloud storage, Google Cloud Storage, etc. whatever else ... ).Anyone willing to start this refactoring and extension, maybe on a new branch and Merge Request on the 2.x branch?