Create Object Instance

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 2025-05-30 16:54:59 +0530 +0530