mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 05:57:23 +08:00
minor
This commit is contained in:
@@ -86,7 +86,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io
|
|||||||
|
|
||||||
// check collection
|
// check collection
|
||||||
if *collection != "" && strings.HasPrefix(*locationPrefix, "/buckets/") {
|
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
|
// check replication
|
||||||
|
Reference in New Issue
Block a user