My company purchased a CloudBerry drive for months ago in order to map a Azure blob container as a mounted drive which is shared over the company network.
This is working well but we are wondering if it would be possible to filter out some blob elements depending a rule on blob prefix when user explore the mounted drive elements.
For instance, let's pretend we have 4 blobs:
- container1/project1/draft/super.txt
- container1/project1/final/great.txt
- container1/project2/draft/super.txt
- container1/project2/final/great.txt
If I could specify a run to filter out blobs which are containing "/draft/" in blob's prefix, when user will navigate on project1 or project2 folder, they won't see the "draft" folder.
Thanks