Skip to main content

Built-in storage

Securely manage files in a storage bucket from any client using the Squid Client SDK

When creating a Squid application, Squid automatically creates built-in storage bucket integrations for your dev and prod environments.

To access the storage bucket from the client, create a reference to a StorageClient 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.