adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
55 stars 23 forks source link

Path clean up after file deletion #248

Closed francis-pouatcha closed 3 months ago

francis-pouatcha commented 10 months ago

During file deletion datasafe doesn’t check if the path contains other files and thus leaves empty folders. Steps to reproduce: store document /deep/path/test.txt delete document /deep/path/test.txt result: file is deleted, but empty folder /deep/path remains.

NdSaid commented 9 months ago

The problem was solved.

francis-pouatcha commented 4 months ago
  1. Does datasafe still leaves empty folders?
  2. Is there any hin of the resolution of this problem? (commits, tests, pull requests)

Assignee shall ask @NdSaid

Awambeng commented 3 months ago

Datasafe successfully deletes files but keeps empty folders locally and don't display them in the frontend