You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Versions :
"barryvdh/elfinder-flysystem-driver": "0.4.3"
"helios-ag/fm-elfinder-bundle": "12.3.3"
"league/flysystem-aws-s3-v3": "3.16"
Thank you for your help
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: