Skip to content

Commit 0443b41

Browse files
wkloucekbutonic
authored andcommitted
[edge] remove the ownCloud storage driver (cs3org#2495)
* remove owncloud storage driver * remove owncloud storage driver integration tests and demo config files
1 parent affffea commit 0443b41

File tree

10 files changed

+13
-3292
lines changed

10 files changed

+13
-3292
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Change: remove the ownCloud storage driver
2+
3+
We've removed the ownCloud storage driver because it was no longer
4+
maintained after the ownCloud SQL storage driver was added.
5+
6+
If you have been using the ownCloud storage driver, please switch
7+
to the ownCloud SQL storage driver which brings you more features and
8+
is under active maintenance.
9+
10+
https://github.com/cs3org/reva/pull/2495

Diff for: examples/oc-phoenix/storage-home.toml

-44
This file was deleted.

Diff for: examples/oc-phoenix/storage-oc.toml

-34
This file was deleted.

Diff for: pkg/storage/fs/loader/loader.go

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import (
2929
_ "github.com/cs3org/reva/pkg/storage/fs/localhome"
3030
_ "github.com/cs3org/reva/pkg/storage/fs/nextcloud"
3131
_ "github.com/cs3org/reva/pkg/storage/fs/ocis"
32-
_ "github.com/cs3org/reva/pkg/storage/fs/owncloud"
3332
_ "github.com/cs3org/reva/pkg/storage/fs/owncloudsql"
3433
_ "github.com/cs3org/reva/pkg/storage/fs/s3"
3534
_ "github.com/cs3org/reva/pkg/storage/fs/s3ng"

0 commit comments

Comments
 (0)