lfs
This commit is contained in:
parent
da60175fcc
commit
df8bbcd6c2
1 changed files with 3 additions and 0 deletions
3
main.go
3
main.go
|
@ -296,6 +296,9 @@ func getFileSystem(driver string, config map[string]string) (storage.Storage, er
|
|||
case "s3":
|
||||
s3 := storage.S3FileSystem{Config: config}
|
||||
return s3, nil
|
||||
case "LocaleFileSystem":
|
||||
lfs := storage.LocaleFileSystem{Config: config}
|
||||
return lfs, nil
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue