ColdFusion 2023 S3 delete object example
We are migrating from CF2018 to CF2023 and many of our S3 calls have broken. In CF2018 we are using delete object calls like this:
fileDelete("s3://#s3accessKeyId#:#s3awsSecretKey#@#s3Bucket#/#object#")
When we try the same code on CF2023 we get this error:
Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "coldfusion.vfs.s3.S3FileSystemConfigBuilder.getParam(org.apache.commons.vfs2.FileSystemOptions, String)" is null null
Any help figuring out how to delete a file in S3 would be greatly appreciated.
