mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Do not send 'sensitive' flag to client (#12461)
As it is server specific and is not required on client side.
This commit is contained in:
@@ -27,7 +27,7 @@ type HelpKV struct {
|
|||||||
|
|
||||||
// Indicates if the value contains sensitive info
|
// Indicates if the value contains sensitive info
|
||||||
// that shouldn't be exposed in certain apis
|
// that shouldn't be exposed in certain apis
|
||||||
Sensitive bool `json:"sensitive"`
|
Sensitive bool `json:"-"`
|
||||||
|
|
||||||
// Indicates if sub-sys supports multiple targets.
|
// Indicates if sub-sys supports multiple targets.
|
||||||
MultipleTargets bool `json:"multipleTargets"`
|
MultipleTargets bool `json:"multipleTargets"`
|
||||||
|
|||||||
Reference in New Issue
Block a user