aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_configure.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-09 03:19:21 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-09 03:19:21 -0700
commit3d624d1e16a88840d8c4c87214ff3afd8c30db7f (patch)
treeb5edd4a98c3b87f79e58d8a895e6d6182568ad49 /weed/shell/command_s3_configure.go
parentecce300964b1cb46069e8839659de5bbabb28771 (diff)
downloadseaweedfs-3d624d1e16a88840d8c4c87214ff3afd8c30db7f.tar.xz
seaweedfs-3d624d1e16a88840d8c4c87214ff3afd8c30db7f.zip
rename
Diffstat (limited to 'weed/shell/command_s3_configure.go')
-rw-r--r--weed/shell/command_s3_configure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_configure.go b/weed/shell/command_s3_configure.go
index ca51ef72f..5eab2ebd0 100644
--- a/weed/shell/command_s3_configure.go
+++ b/weed/shell/command_s3_configure.go
@@ -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)