Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for example (0.16 sec)

  1. cmd/common-main.go

    				u.Opaque == "" &&
    				!u.ForceQuery && u.RawQuery == "" && u.Fragment == "") {
    				err := fmt.Errorf("URL contains unexpected resources, expected URL to be one of http(s)://console.example.com or as a subpath via API endpoint http(s)://minio.example.com/minio format: %v", u)
    				logger.Fatal(err, "Invalid MINIO_BROWSER_REDIRECT_URL value is environment variable")
    			}
    			globalBrowserRedirectURL = u
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat May 04 00:17:57 GMT 2024
    - 35.8K bytes
    - Viewed (2)
Back to top