Fix exposing password

This commit is contained in:
Ingo Oppermann
2022-08-23 19:02:01 +03:00
parent 0cfe07de85
commit b042574e45

View File

@@ -339,7 +339,7 @@ func (s *s3StorageListValue) String() string {
}
if len(t.Auth.Password) != 0 {
v.Set("password", t.Auth.Password)
v.Set("password", "---")
}
}