RichText images S3.

When I upload an image to Filament within the richText field, the image doesn't load unless I add                     ->fileAttachmentsVisibility('private'). Then, when I add it, it places the image with expiration values for the bucket, even though the folder is public, url "". So, if I manually remove the values, I can access the image url "". What can I do?
2 Replies
Jonay.Medina
Jonay.Medina4w ago
url generatede inner RichText: https://s3-bucket-spectrum-apps.s3.amazonaws.com/blog-attachments/mRxs5Jn4jouRxGzxtUPZdXVK1IAHfdmX0yhdTr1S.jpg?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6GBMEBQKAKWMFMTC%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T152828Z&X-Amz-SignedHeaders=host&X-Amz-Expires=300&X-Amz-Signature=e92365202d74d32117514a7dd6a959dd6ed71af51aa453d1ca89ce343c7f30f3 this image return error from permissions, but if remove al extra data like this:
https://s3-bucket-spectrum-apps.s3.amazonaws.com/blog-attachments/mRxs5Jn4jouRxGzxtUPZdXVK1IAHfdmX0yhdTr1S.jpg
https://s3-bucket-spectrum-apps.s3.amazonaws.com/blog-attachments/mRxs5Jn4jouRxGzxtUPZdXVK1IAHfdmX0yhdTr1S.jpg
No description
No description
Jonay.Medina
Jonay.Medina3w ago
hi