Skip to content

Commit 12fb33a

Browse files
Nextcloud storage driver (take 2) (#1998)
1 parent 97ad9e8 commit 12fb33a

File tree

9 files changed

+930
-0
lines changed

9 files changed

+930
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Enhancement: Initial version of the Nextcloud storage driver
2+
3+
This is not usable yet in isolation, but it's a first component of
4+
https://github.com/pondersource/sciencemesh-nextcloud
5+
6+
https://github.com/cs3org/reva/pull/1998

pkg/storage/fs/loader/loader.go

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
_ "github.com/cs3org/reva/pkg/storage/fs/eoshome"
2727
_ "github.com/cs3org/reva/pkg/storage/fs/local"
2828
_ "github.com/cs3org/reva/pkg/storage/fs/localhome"
29+
_ "github.com/cs3org/reva/pkg/storage/fs/nextcloud"
2930
_ "github.com/cs3org/reva/pkg/storage/fs/ocis"
3031
_ "github.com/cs3org/reva/pkg/storage/fs/owncloud"
3132
_ "github.com/cs3org/reva/pkg/storage/fs/owncloudsql"

0 commit comments

Comments
 (0)