github.com/cs3org/reva/v2@v2.27.7/changelog/1.9.1_2021-07-09/fix-delete-owncloud-storage-driver.md (about) 1 Bugfix: Properly handle name collisions for deletes in the owncloud driver 2 3 In the owncloud storage driver when we delete a file we append the deletion time to the file name. 4 If two fast consecutive deletes happened, the deletion time would be the same and if the two files had the same name we ended up with only one file in the trashbin. 5 6 https://github.com/cs3org/reva/pull/1833