mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -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 != "" {
|
||||
uaAppend("; ", mode)
|
||||
}
|
||||
if len(globalCacheDrives) > 0 {
|
||||
uaAppend("; ", "feature-cache")
|
||||
}
|
||||
if globalWORMEnabled {
|
||||
uaAppend("; ", "feature-worm")
|
||||
}
|
||||
if IsDCOS() {
|
||||
uaAppend("; ", "dcos")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user