AWS S3 - Convert Amazon.S3.Model.S3Bucket to String datatype

I am using Invoke Powershell activity to connect to an Amazon S3 server. I want to get the objects inside a folder by entering the command “Get-S3Object”. I printed the results in a for each loop, but I only get a loop of “Amazon.S3.Model.S3Bucket”.
image

2 Likes