Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _MINIO_VEEAM_FORCE_SC (0.27 sec)

  1. cmd/veeam-sos-api.go

    	STSEndpoint string `xml:"STSEndpoint"`
    }
    
    // globalVeeamForceSC is set by the environment variable _MINIO_VEEAM_FORCE_SC
    // This will override the storage class returned by the storage backend if it is non-standard
    // and we detect a Veeam client by checking the User Agent.
    var globalVeeamForceSC = os.Getenv("_MINIO_VEEAM_FORCE_SC")
    
    type systemInfo struct {
    	XMLName              xml.Name `xml:"SystemInfo" json:"-"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top