Rich Editor - Expired S3 Images
I'm using the rich editor with images uploads (s3 driver).
I've used these instructions: https://filamentphp.com/docs/3.x/forms/fields/rich-editor#uploading-images-to-the-editor
This works great, when creating the message and in the next few minutes.
It seems that the s3 temporary url is being stored directly on the field. So, it's storing the url with an expiration date 5 minutes (default) after being created.
Shouldn't this work as it is? or do we need to build some kind of regex to regenerate the temporary url and replace it?
Thank you
I've used these instructions: https://filamentphp.com/docs/3.x/forms/fields/rich-editor#uploading-images-to-the-editor
This works great, when creating the message and in the next few minutes.
It seems that the s3 temporary url is being stored directly on the field. So, it's storing the url with an expiration date 5 minutes (default) after being created.
Shouldn't this work as it is? or do we need to build some kind of regex to regenerate the temporary url and replace it?
Thank you