ColdFusion 2023 and Amazon S3 listAll(parameterStruct)
I upgraded to ColdFusion 2023, and now my Amazon S3 functionality is broken. Looking at the ColdFusion documentation, I should be able to use the listAll(parameterStruct) function to get my desired results, but for some reason, I am getting errors. I am trying to retrieve a list of objects inside a bucket. The documentation only shows how to get a list of buckets in a storage account. But it says that I should be able to retrieve a list of objects inside a bucket, but doesn't provide an example. Would anyone have a complete example of how to do this?
