Create Stratus Instance

You can get the stratus component reference as shown below. This will not fire a server-side call. We will refer to this component instance in various code snippets of working with Stratus.

copy
const stratus = catalyst.stratus

Initialize Bucket Instance

To perform bucket level operations, you need to initialize a bucket instance. We will refer to this component instance in various code snippets of working with Buckets in Stratus.

copy
const bucket = stratus.bucket("bucketName")

Last Updated 2025-08-28 12:01:44 +0530 IST