-
I am proxying the minio s3 storage container behind nginx and use it for museum to access it, uploading from my devices works and the s3 storage holds the photo but the museum container responds with 500 and says that minio has responded with a 403, running I have searched for a fix for the error minio and have not found any. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This sounds similar - minio/minio#15197 (reply in thread). The S3 bucket (minio) URL that is being used by museum to generate the presigned URL differs from what minio is expecting. You can try to compare the presigned URL and glance at it to make sure everything seems correct. This is also similar to #1847 (reply in thread), though in that case I don't know if OP ever managed to solve their issue. |
Beta Was this translation helpful? Give feedback.
If you ask me, I think the issue is somewhere in this part - "minio s3 storage container behind nginx" - so my suggestion would be to first try and get it running without nginx or any other proxy in the way, and then move on to adding nginx in the mix.