diff options
author | Robin Appelman <robin@icewind.nl> | 2023-05-12 17:52:04 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-06-09 18:08:18 +0200 |
commit | ea88ec1350ec0a155dfbb2afda52f60fa834f87d (patch) | |
tree | 18a36fa9bbd6a0f7f2fdc4fd6531f8c006ca829e /apps/files/appinfo/info.xml | |
parent | faf0e634db6d08ca354578d93a52d07245b60404 (diff) | |
download | nextcloud-server-ea88ec1350ec0a155dfbb2afda52f60fa834f87d.tar.gz nextcloud-server-ea88ec1350ec0a155dfbb2afda52f60fa834f87d.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 29f0a3d5ba5..202d8e3ffda 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> |