/Drupal8S3

This is a example form to save images on Amazon S3. It also implements DDD and hexagonal architecture.

Primary LanguagePHP

Drupal 8 Module Amazon S3

This is a simple Drupal 8 module that use Amazon S3. Images uploaded through the typical form (Form API) will be stored on Amazon S3 (images will be stored in /tmp, so they will be erased).

This module contains:

  1. Domain Driven Design based on Entity "Author".
  2. SOLID.
  3. Library Flysystem.
  4. Patterns; Entity, Value Object, Repository, Factory.
  5. Test; Behavior and Integration.