cloudstorage icon indicating copy to clipboard operation
cloudstorage copied to clipboard

Fix Blob not found when iterating over local container

Open habibutsu opened this issue 3 years ago • 4 comments

Fix for https://github.com/scottwernervt/cloudstorage/issues/80

habibutsu avatar May 21 '21 14:05 habibutsu

Hello everyone! I would like to push this pr! Unfortunately is the pipeline still failing - @habibutsu @scottwernervt

We all know that there is no directory concept in "normal" object storage. So after each deletion we should check if there are empty directories left. Ignoring those empty dirs could lead to bad expericences using this local storage abstraction layer. This project needs more maintenance!

use-to avatar Jul 10 '22 22:07 use-to