mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 03:27:23 +08:00
elide secret key
This commit is contained in:
@@ -95,7 +95,7 @@ func (c *commandRemoteConfigure) listExistingRemoteStorages(commandEnv *CommandE
|
|||||||
return fmt.Errorf("unmarshal %s/%s: %v", filer.DirectoryEtcRemote, entry.Name, err)
|
return fmt.Errorf("unmarshal %s/%s: %v", filer.DirectoryEtcRemote, entry.Name, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
conf.S3SecretKey = ""
|
conf.S3SecretKey = strings.Repeat("*", len(conf.S3SecretKey))
|
||||||
|
|
||||||
m := jsonpb.Marshaler{
|
m := jsonpb.Marshaler{
|
||||||
EmitDefaults: false,
|
EmitDefaults: false,
|
||||||
|
Reference in New Issue
Block a user