Setting up MinIO behind a reverse proxy #149575
-
Select Topic AreaQuestion BodyI'm currently trying to set up MinIO with our GitHub Enterprise Server 3.15. We have MinIO behind a reverse proxy that forwards requests to Now, with the AWS Service URL set to So, naturally, I ssh'd into the vm ( Why doesn't it work using the management console web interface? Are there any logs I can view to find out what the problem is? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Okay, as it turns out, the region we set in our MinIO instance was "invalid". Invalid here means it didn't match an existing AWS region. I tried a few values but the only region that worked was "us-east-1", although we are located in Europe... Not sure who to blame, MinIO seems to have something to do with it (minio/minio#12886) but it could as well be GitHubs tooling using the SDK wrong? Anyways... setting the region to "us-east-1" makes it work. |
Beta Was this translation helpful? Give feedback.
Okay, as it turns out, the region we set in our MinIO instance was "invalid". Invalid here means it didn't match an existing AWS region. I tried a few values but the only region that worked was "us-east-1", although we are located in Europe...
Not sure who to blame, MinIO seems to have something to do with it (minio/minio#12886) but it could as well be GitHubs tooling using the SDK wrong? Anyways... setting the region to "us-east-1" makes it work.