aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-22 17:43:13 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-22 17:43:13 -0800
commitda134a2eb74c12dec110db20cc882c768f2f41c2 (patch)
treede10a1e456f38b8da89a69a2ff5dfaf6afd3ec5f
parentbeb3b8ddb08e4c1b897786ee7ca7b658a65a6348 (diff)
downloadseaweedfs-da134a2eb74c12dec110db20cc882c768f2f41c2.tar.xz
seaweedfs-da134a2eb74c12dec110db20cc882c768f2f41c2.zip
minor
-rw-r--r--weed/shell/command_fs_configure.go2
1 files changed, 1 insertions, 1 deletions
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