Alex
Alex
Updated screens:
> Does this mean that an unregistered cluster can't run speedtest? Yes, that's correct
> > Yes, that's correct > > Isn't this going to be a breaking change and perhaps a large change for even POC customers? - are we saying that even...
> Is this clarified today? @bexsoft Yes Harsha, We will be implementing a couple of changes on this & mc as well. PR will continue blocked until then
Hi @krishadvani! We are working on a fix for this
Hi! We've tried to reproduce the issue using the following NGINX configuration: ``` events { worker_connections 1024; } http { server { listen 80; server_name minio.localhost; location / { proxy_set_header...
> My nginx config: minio: > > ``` > server { > listen 443 ssl http2 ; #listen end > server_name minio.localhost; #server_name end > index index.html index.htm index.php; #index...
Hi @kukume! We applied some changes in https://github.com/minio/console/pull/2286 that may solve the issue you are seeing. Can you please confirm with the latest version of MinIO / Console if the...
Hi @cobolbaby! Couple of questions: - What version of MinIO / Console are you using? - The folder you are trying to delete has versioning enabled? Thank you in advance
I think it is doable, Let me start working on this.