Fix exposing password
This commit is contained in:
parent
0cfe07de85
commit
b042574e45
@ -339,7 +339,7 @@ func (s *s3StorageListValue) String() string {
|
||||
}
|
||||
|
||||
if len(t.Auth.Password) != 0 {
|
||||
v.Set("password", t.Auth.Password)
|
||||
v.Set("password", "---")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user