Built-in storage
Securely manage files in a storage bucket from any client using the Squid Client SDK
To access the storage bucket from the client, create a reference to a Storage Client using the storage()
method:
Client code
const topic = squid.storage();
With this storage instance, you can upload files, read metadata, generate download URLs, and download content. To learn more about managing files from the client, view the Squid storage documentation.