Convert Azure Blob Container Paths (FileSystem)
# help-with-umbraco
h
We have a new build on Umbraco 13 which is using Azure storage for the media library. The files are stored with the default schema which uses 8 character hashes e.g.
/media/r3ojbc1m/news.jpg
We need to import an old Media library from v8 and the approach so far was using usync to insert the media records into the database but the file paths are all using the old style numeric folders e.g.
/media/1005/news.jpg
Is there some way to convert the paths from old to new schema?
I'm actually now wondering if it even matters
As new media will be created with the new schema but the old records should still resolve as long as the path is correct.
s
It doesn't matter 🙂
h
this is such a relief, thank you
2 Views