diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:44:52 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:44:52 -0800 |
| commit | 1c7e1295dc4c91ab55920af9082498b55bdc3e66 (patch) | |
| tree | 7c91e9c32958e339d8bd36b05382c1ab5d0e0ccb /weed/shell/command_fs_configure.go | |
| parent | 2260864b458d33c03376eb789af8053712ae31c8 (diff) | |
| parent | da134a2eb74c12dec110db20cc882c768f2f41c2 (diff) | |
| download | seaweedfs-1c7e1295dc4c91ab55920af9082498b55bdc3e66.tar.xz seaweedfs-1c7e1295dc4c91ab55920af9082498b55bdc3e66.zip | |
Merge branch 'master' into support_ssd_volume
Diffstat (limited to 'weed/shell/command_fs_configure.go')
| -rw-r--r-- | weed/shell/command_fs_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go index a1e8ca581..a891c1b47 100644 --- a/weed/shell/command_fs_configure.go +++ b/weed/shell/command_fs_configure.go @@ -88,7 +88,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 |
