Nginx reverse proxy the Minio

minionginxreverse-proxy

I am trying to put an Nginx in front of my Minio to serve the static files from the buckets. There are recipes both from Minio and Nginx sites but they never mention a very important concept: credentials. How can I set the simplest way that my nginx can log in to minio and fetch the items?
I know there are native codes like python or PHP clients but would like to do it with nginx as it is talking to an upstream web server. Any suggestion?

Best Answer

There is a method explained by:tapos-ghosh Where you will be making basically a bucket public through backend calls from Nginx..it works like a charm and great insight