Self hosting, Version 1.4.13: Hi, I have .md Files in a Bucket and Images in another Bucket. How can I replace the images' paths in the .md file with the URLs of the images? (Buckets Permissions are set to Any CRUD)
TL;DR
Developers need to replace image paths in .md files with URLs of the images stored in different buckets. One potential solution is to use the Storage Bucket URLs directly to replace the paths in the .md files. Just ensure the bucket permissions allow for the necessary read and write operations.