ColdFusion 2016 S3 issue
We recently upgraded our CF version from CF 10 to CF 2016. We ran into a few issues but sorted them out, mostly. We're now having an issue where our calls to S3 are not working. The server just spins until it finally times out. We don't see anything useful in the CF logs and have no real way of troubleshooting the problem.
When we revert the server back to CF10 the call works fine.
Here's the code:
<CFDIRECTORY directory="#application.S3URL#/medium/#lcase(variables.manufacturer)#" name="myBucket" />
where application.S3URL is like so: s3://#application.accessKeyid#:#application.awsSecretKey#@#application.S3Bucket#
Has anyone encountered this or have suggestions of possible settings mismatch?
