-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Public share json persistence (#3199)
* extract file persistence Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * add json memory 'persistence' Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * add json cs3 persistence Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * Improve naming, make code testable * Return errtypes.NotFound if statting a non-existent file * Make sure to not overwrite data on the storage. Pass on context. * Register file, disk and cs3 flavors of the json public share manager * Implement Load() for the json public share manager * Add changelog * Fix hound issues * Fix linter issues Signed-off-by: Jörn Friedrich Dreyer <[email protected]> Co-authored-by: André Duffeck <[email protected]>
- Loading branch information
Showing
8 changed files
with
605 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Enhancement: Add support for cs3 storage backends to the json publicshare manager | ||
|
||
We enhanced the json publicshare manager to support a cs3 storage backend alongside the file and memory backends. | ||
|
||
https://github.com/cs3org/reva/pull/3199 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.