Skip to content

Commit

Permalink
[edge] remove the ownCloud storage driver (#2495)
Browse files Browse the repository at this point in the history
* remove owncloud storage driver

* remove owncloud storage driver integration tests and demo config files
  • Loading branch information
wkloucek authored and butonic committed Feb 14, 2022
1 parent affffea commit 0443b41
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 3,292 deletions.
10 changes: 10 additions & 0 deletions changelog/unreleased/change-remove-owncloud-storage-driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Change: remove the ownCloud storage driver

We've removed the ownCloud storage driver because it was no longer
maintained after the ownCloud SQL storage driver was added.

If you have been using the ownCloud storage driver, please switch
to the ownCloud SQL storage driver which brings you more features and
is under active maintenance.

https://github.com/cs3org/reva/pull/2495
44 changes: 0 additions & 44 deletions examples/oc-phoenix/storage-home.toml

This file was deleted.

34 changes: 0 additions & 34 deletions examples/oc-phoenix/storage-oc.toml

This file was deleted.

1 change: 0 additions & 1 deletion pkg/storage/fs/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
_ "github.com/cs3org/reva/pkg/storage/fs/localhome"
_ "github.com/cs3org/reva/pkg/storage/fs/nextcloud"
_ "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"
Expand Down
Loading

0 comments on commit 0443b41

Please sign in to comment.