@tumee (Ganbold Tumee)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

filamentのRichEditorでprivate画像を表示したい

解決したいこと

以下のように設定して、画像をS3に保存しています:
RichEditor::make('word')
->fileAttachmentsDisk('s3')
->fileAttachmentsDirectory('image')
->fileAttachmentsVisibility('private')
この設定で画像はS3に保存されますが、画面上に表示されません。
image.png

自分で試したこと
visibility を public に設定すれば問題なく表示されます。
他のファイルアップロード機能でも private 設定で正常に保存・表示できているため、RichEditor 特有の問題かもしれません。

0 likes

No Answers yet.

Your answer might help someone💌