mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Revert query parameter src
from diag upload if callhome enabled (#16881)
This commit is contained in:
parent
ac7d9c449a
commit
b1b0aadabf
@ -168,7 +168,7 @@ func sendHealthInfo(ctx context.Context, healthInfo madmin.HealthInfo) error {
|
||||
}
|
||||
|
||||
filename := fmt.Sprintf("health_%s.json.gz", UTCNow().Format("20060102150405"))
|
||||
url += "?filename=" + filename + "&src=callhome"
|
||||
url += "?filename=" + filename
|
||||
|
||||
_, err := globalSubnetConfig.Upload(url, filename, createHealthJSONGzip(ctx, healthInfo))
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user