-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Node.js: v24.6.0
- npm: 11.5.1
- Yarn: 1.22.22
- Nuxt: ^3.17.4
Reproduction
call setItem or setItemRaw for a specific path after mounting Azure blob storage driver.
Describe the bug
I am using Azure blob driver, and I am unable to upload nested blobs. Upon inspection, we found that while normalising keys, / is replaced with :. This stops application from posting files into nested folder.
Proposed Solution (Which we are currently doing):
Allow an options flag into Azure driver, called allowNestedPath (or something similar). Then, inside all the getters and setters, replace / back instead of :.
Additional context
No response
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working