From da134a2eb74c12dec110db20cc882c768f2f41c2 Mon Sep 17 00:00:00 2001 From: Chris Lu <chris.lu@gmail.com> Date: Tue, 22 Dec 2020 17:43:13 -0800 Subject: [PATCH] minor --- weed/shell/command_fs_configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go index 497ef4f9e..06ae15c9e 100644 --- a/weed/shell/command_fs_configure.go +++ b/weed/shell/command_fs_configure.go @@ -86,7 +86,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io // check collection if *collection != "" && strings.HasPrefix(*locationPrefix, "/buckets/") { - return fmt.Errorf("one s3 bucket goes to one collection and not customizable.") + return fmt.Errorf("one s3 bucket goes to one collection and not customizable") } // check replication