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
object_ins = bucket.object("sam/out/sample.txt")

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