File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ Enhancement: Add new occ command to check the cache for primary storages
2+
3+ This is a new occ command mainly for objectstores (objectstore and files_primary_s3 apps)
4+ as primary storages, but it can be used also for local primary storage.
5+
6+ The use case is when a file is deleted directly from the primary storage without going
7+ through ownCloud. This is a scenario that shouldn't happen (modifying the primary
8+ storage outside of ownCloud isn't supported).
9+
10+ The command will check if the target file can be accessed, and if not you can delete
11+ the information that ownCloud has (the command provides an option for this).
12+
13+ The command will only work for the primary storage. It will ignore files that are
14+ accessible through a share (they need to be accessed directly), or files that are
15+ in an external storage.
16+
17+ https://github.com/owncloud/core/pull/37067
You can’t perform that action at this time.
0 commit comments