Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for downloadUrl (0.04 sec)

  1. cmd/common-main.go

    	if err != nil {
    		return
    	}
    
    	var older time.Duration
    	var downloadURL string
    	if lrTime.After(currentReleaseTime) {
    		older = lrTime.Sub(currentReleaseTime)
    		downloadURL = getDownloadURL(releaseTimeToReleaseTag(lrTime))
    	}
    
    	updateMsg := prepareUpdateMessage(downloadURL, older)
    	if updateMsg == "" {
    		return
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  2. cmd/update.go

    	// Mesos deployment doc link.
    	mesosDeploymentDoc = "https://docs.min.io/community/minio-object-store/operations/deployments/kubernetes.html"
    )
    
    func getDownloadURL(releaseTag string) (downloadURL string) {
    	// Check if we are in DCOS environment, return
    	// deployment guide for update procedures.
    	if IsDCOS() {
    		return mesosDeploymentDoc
    	}
    
    	// Check if we are in kubernetes environment, return
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. docs/en/data/topic_repos.yml

    - name: FastUI
      html_url: https://github.com/pydantic/FastUI
      stars: 8861
      owner_login: pydantic
      owner_html_url: https://github.com/pydantic
    - name: XHS-Downloader
      html_url: https://github.com/JoeanAmier/XHS-Downloader
      stars: 8576
      owner_login: JoeanAmier
      owner_html_url: https://github.com/JoeanAmier
    - name: SurfSense
      html_url: https://github.com/MODSetter/SurfSense
      stars: 7421
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top