When S3 (MinIO) is specified for file storage, images are not displayed.
Describe the bug
MinIO was set to be used for file storage. In this case, the uploaded file is not displayed correctly, although the file can be uploaded normally.
Steps to reproduce
- set the file storage used by memos to MinIO
- post a memo with an image file attached
- it is not displayed correctly.
The version of Memos you're using.
v0.22.4
Screenshots or additional context
The image below is the image uploaded to local storage, and the image above is the image uploaded to MinIO
MinIO filepath template is assets/{timestamp}_{filename}
我也遇到了同样的问题
Issue is not in English. It has been translated automatically.
I also encountered the same problem
我也遇到了同样的问题.
Issue is not in English. It has been translated automatically.
I also encountered the same problem.
same problem...
same issue here...
This looks like it's using client side URLs to communicate with the S3 backend. This means if the Minio or Object Storage backend is not available to the browser then the picture doesn't show up.
Can we proxy the files through instead of signed client URLs?
same problem +1