I am currently using ElfinderBundle to manage my media locally, and I would like to externalize them to an AWS S3 bucket. To do this, I followed the configuration provided in the documentation:
I can manage my media in the bucket without any problems. However, I'm unable to generate the thumbnails for all the items, even when using the parameter "tmb_url: 'self'", as specified in the documentation.
I have the impression that the system is trying to create the thumbs locally and not using Flysystem and the AWS S3 connection to handle this.
Hello,
I am currently using ElfinderBundle to manage my media locally, and I would like to externalize them to an AWS S3 bucket. To do this, I followed the configuration provided in the documentation:
https://github.com/helios-ag/FMElfinderBundle/blob/19a7578e301bd37f5f5d4bc1110723b3b03d43bf/docs/flysystem.md
I can manage my media in the bucket without any problems. However, I'm unable to generate the thumbnails for all the items, even when using the parameter "tmb_url: 'self'", as specified in the documentation.
I have the impression that the system is trying to create the thumbs locally and not using Flysystem and the AWS S3 connection to handle this.
Versions :
Thank you for your help