Fix Blob not found when iterating over local container#82
Fix Blob not found when iterating over local container#82habibutsu wants to merge 1 commit intoscottwernervt:masterfrom
Conversation
|
Hello everyone! We all know that there is no directory concept in "normal" object storage. |
|
Looking for this PR today too |
|
@use-to I have a branch with that directory cleanup working: zevisert@a915969 If @scottwernervt shows some activity here I'll put up an MR, but for now I've just been installing cloudstorage as a git dependency - using poetry that'd look like this: [tool.poetry.dependencies]
cloudstorage = {git = "https://github.com/zevisert/cloudstorage.git", rev="a9159695b0074e4ede9cb9525f0aaeddc98269d3", extras = ["local", "google"]} |
Thank you for sharing and caring. Maybe we should establish an working fork here. |
Fix for #80