Can we edit self hosted S3 Compatible Gateway default minio UI?

self hosted S3 Compatible Gateway comes with inbuild GUI from minio do you know where the directory of /minio/index_bundle.js location i need to do some modification on interface please help
@Alexey @BrightSilence

Hi! Of course, it’s here: minio/index_bundle.js at d6f2ba63d1c637aafc4edf14dd538486a9197db2 · storj/minio · GitHub. You will probably want to change the index file elsewhere in the browser directory and recompile it as index_bundle.js is just a minified version. After making your changes, make sure to update this MinIO dependency in Gateway-ST so that your changes get reflected when you build the gateway.

3 Likes