mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #15660 from nextcloud/objectstore-get
add method to get the used object store from the storage
This commit is contained in:
commit
9daee196a3
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