mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Remove UA worm and cache (#6809)
This commit is contained in:
parent
f19f957668
commit
cf26c937e4
@ -253,12 +253,6 @@ func getUserAgent(mode string) string {
|
|||||||
if mode != "" {
|
if mode != "" {
|
||||||
uaAppend("; ", mode)
|
uaAppend("; ", mode)
|
||||||
}
|
}
|
||||||
if len(globalCacheDrives) > 0 {
|
|
||||||
uaAppend("; ", "feature-cache")
|
|
||||||
}
|
|
||||||
if globalWORMEnabled {
|
|
||||||
uaAppend("; ", "feature-worm")
|
|
||||||
}
|
|
||||||
if IsDCOS() {
|
if IsDCOS() {
|
||||||
uaAppend("; ", "dcos")
|
uaAppend("; ", "dcos")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user