Skip to content

Commit

Permalink
Initial work on the owncloudsql driver (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck authored Jun 9, 2021
1 parent d85c072 commit 998ba22
Show file tree
Hide file tree
Showing 10 changed files with 3,855 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/owncloudsql-storage-driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: owncloudsql storage driver

This PR adds a storage driver which connects to a oc10 storage backend
(storage + database).
This allows for running oc10 and ocis with the same backend in parallel.

https://github.com/cs3org/reva/pull/1710
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 998ba22

Please sign in to comment.