1
0
mirror of https://github.com/minio/minio.git synced 2025-04-09 22:20:00 -04:00

Do not send 'sensitive' flag to client ()

As it is server specific and is not required on client side.
This commit is contained in:
Shireesh Anjal 2021-06-08 01:13:21 +05:30 committed by GitHub
parent 542fe4ea2e
commit 000656ac6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ type HelpKV struct {
// Indicates if the value contains sensitive info
// that shouldn't be exposed in certain apis
Sensitive bool `json:"sensitive"`
Sensitive bool `json:"-"`
// Indicates if sub-sys supports multiple targets.
MultipleTargets bool `json:"multipleTargets"`