This commit is contained in:
Chris Lu
2021-07-09 03:19:21 -07:00
parent ecce300964
commit 3d624d1e16
4 changed files with 6 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ func (c *commandS3Configure) Do(args []string, commandEnv *CommandEnv, writer io
}
buf.Reset()
filer.S3ConfigurationToText(&buf, s3cfg)
filer.ProtoToText(&buf, s3cfg)
fmt.Fprintf(writer, string(buf.Bytes()))
fmt.Fprintln(writer)