Skip to main content
Participant
August 24, 2018
Answered

ColdFusion 2016 / 2018 and Amazon S3

  • August 24, 2018
  • 1 reply
  • 1565 views

Hello everyone,

Does anyone know if ColdFusion 2018 has an updated connection to Amazon AWS S3? I am getting this error from ColdFusion 2016: "The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256."

This happens for newer regions since Amazon updated their encryption for any S3 regions added after 2014.


Thank you for any help you can provide!

This topic has been closed for replies.
Correct answer brian_klaas

Unfortunately, ColdFusion 2018 does not natively support v4 signing, which is required for regions added after September, 2014. Please request this feature on the Adobe bug tracker, and it may be addressed in a future release.

You can use the AWS Java SDK, which has v4 signing built in. I'm writing a series on using the AWS Java SDK from ColdFusion, and there is an entry on the basic steps you need to go through to use the AWS Java SDK from within CF.

1 reply

brian_klaas
brian_klaasCorrect answer
Inspiring
August 29, 2018

Unfortunately, ColdFusion 2018 does not natively support v4 signing, which is required for regions added after September, 2014. Please request this feature on the Adobe bug tracker, and it may be addressed in a future release.

You can use the AWS Java SDK, which has v4 signing built in. I'm writing a series on using the AWS Java SDK from ColdFusion, and there is an entry on the basic steps you need to go through to use the AWS Java SDK from within CF.