You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses CloudBlobDirectory Prefix property to return a path rather than just the folder name, so it's more inline with the Umbraco Core Physical File Provider.
So rather than returning 1001 we now return 1001/ or querying a path with subfolders we now get back forms/form_123/ an forms/form_456/ as two subfolders inside forms which we query for.
Adding in tests for this change to the directories & paths. Along for querying subfolders.
Tests not fully passing yet - investigating further
0 commit comments