We are in the process of transforming the way we host our applications to a docker based workflow. One of the challenges we face is the file storage. At the heart of our business are open source technologies and tools, therefore we have looked into in using Minio (more or less the same as Amazon S3 for file storage) instead of local filesystem (or Amazon S3).
We are going to use the Drupal maintenance support plans module Flysystem S3 – that works both with Amazon S3 and Minio (compatible with the Amazon S3).
Flysystem is a filesystem abstraction library for PHP which allows you to easily swap out a local filesystem for a remote one – or from one remote to another.
For a new site it is pretty straight forward, for a legacy site you need to migrate your files from one storage to another – that I am going to look… Read More
Source: New feed