diff --git a/config/types.go b/config/types.go index 2897d593..15be12d5 100644 --- a/config/types.go +++ b/config/types.go @@ -339,7 +339,7 @@ func (s *s3StorageListValue) String() string { } if len(t.Auth.Password) != 0 { - v.Set("password", t.Auth.Password) + v.Set("password", "---") } }