Create Object Instance

Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.

Use the following method to get an object instance to perform object-related operations. The Bucket reference used in the below code snippet is the component instance.

copy
const objectIns = bucket.object("sam/out/sample.txt");

Last Updated 2026-09-08 16:37:33 +0530 IST