mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
add method to get the used object store from the storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
a3b4410283
commit
439b341e89
1 changed files with 4 additions and 0 deletions
|
|
@ -476,4 +476,8 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
|
|||
|
||||
return $size;
|
||||
}
|
||||
|
||||
public function getObjectStore(): IObjectStore {
|
||||
return $this->objectStore;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue