X Tutup
Skip to content

Commit e5de3bd

Browse files
committed
Add changelog item
1 parent cfd9af6 commit e5de3bd

File tree

1 file changed

+17
-0
lines changed
  • changelog/unreleased

1 file changed

+17
-0
lines changed

changelog/unreleased/37067

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)
X Tutup