diff options
author | Robin Appelman <robin@icewind.nl> | 2023-05-12 17:52:04 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-07-04 17:59:21 +0200 |
commit | 0ff32cadf3f2872280e3b84feedd61727955b5d7 (patch) | |
tree | ed3b381714be5ceeb33ddaa9df106de24e3b17a4 /apps/files/appinfo/info.xml | |
parent | 61f8314f83c64fddcb7d0353c654de07ce0a1be2 (diff) | |
download | nextcloud-server-0ff32cadf3f2872280e3b84feedd61727955b5d7.tar.gz nextcloud-server-0ff32cadf3f2872280e3b84feedd61727955b5d7.zip |
add utility command for object store objects
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 5d9e630704d..598f8b619c1 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -38,6 +38,9 @@ <command>OCA\Files\Command\Get</command> <command>OCA\Files\Command\Put</command> <command>OCA\Files\Command\Delete</command> + <command>OCA\Files\Command\Object\Delete</command> + <command>OCA\Files\Command\Object\Get</command> + <command>OCA\Files\Command\Object\Put</command> </commands> <activity> |