Changes between Initial Version and Version 1 of Ticket #27836
- Timestamp:
- Feb 14, 2017, 5:08:13 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27836 – Description
initial v1 1 1 It seems not possible to cleanup orphaned directories via storage API [1] 2 2 3 The problem: The default filesystem storage will call `os.re name` on `storage.delete(name)` usage. So it's only possible to delete a file and not a directory.3 The problem: The default filesystem storage will call `os.remove(name)` on `storage.delete(name)` usage. So it's only possible to delete a file and not a directory. 4 4 5 5 Usecase: