Fix exposing password

This commit is contained in:
Ingo Oppermann 2022-08-23 19:02:01 +03:00
parent 0cfe07de85
commit b042574e45
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

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", "---")
}
}