mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
beb3b8ddb0
commit
da134a2eb7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue