Open
Description
Hi,
We deploy our webservers in a multi node environment (we're using docker, but the notion of multiple transient web servers with transient file systems isn't a new one), therefore we have to make a special case for the deployment of phpmyfaq - i.e. it needs a persistent file storage server, that's shared across web nodes.
It would be great if you added support for asset storage in S3 buckets (regardless of our deployment setup, segregating assets from the code base is never a bad thing).
We use this for our solution, I'm sure you might find it helpful:
https://github.com/thephpleague/flysystem
(then you can support multiple backends).
Thanks,
James.