Skip to content

Commit

Permalink
Initial work on the owncloudsql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed May 17, 2021
1 parent 0fc001d commit 7341f83
Show file tree
Hide file tree
Showing 9 changed files with 3,815 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/fs/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
_ "github.com/cs3org/reva/pkg/storage/fs/localhome"
_ "github.com/cs3org/reva/pkg/storage/fs/ocis"
_ "github.com/cs3org/reva/pkg/storage/fs/owncloud"
_ "github.com/cs3org/reva/pkg/storage/fs/owncloudsql"
_ "github.com/cs3org/reva/pkg/storage/fs/s3"
_ "github.com/cs3org/reva/pkg/storage/fs/s3ng"
// Add your own here
Expand Down
Loading

0 comments on commit 7341f83

Please sign in to comment.