I previously created an endpoint in the Catalyst AdvancedIO function. Through this endpoint, I downloaded a file from the file store and returned the file object as the response. I then used this function endpoint URL in the src attribute of an HTML tag.
Now, Catalyst has introduced a new feature called Catalyst Stratus, which is similar to AWS S3 storage. This feature allows you to store files of any format in buckets. The data is organized into Buckets and Objects, with each object being stored and accessed via a unique public URL. This public URL can be directly used in the src attribute of an HTML tag.
Refer their help documentation for Catalyst stratus here.