@@ -42,6 +42,8 @@ func New(key Type, params ...string) (db DB, err error) {
db, err = rclone.NewRClone(params[0], params[1])
case FILES:
db, err = NewFiles(params[0])
case YAML:
db, err = NewYaml(params[0])
case BOLT:
db, err = NewBolt(params[0])
case MINIO:
The note is not visible to the blocked user.