AmazonS3Connector Module Issue

0
I have an app that uses the AmazonS3Connector module to archive selected files from Mendix to Amazon S3.  The app is version 5.21.1.  Recently, Amazon changed the authentication requirements for connecting to S3, so this module is no longer able to connect to S3.  I am wondering if anyone else is using this module that has run into this issue.  I think the changes to the module would not be very extensive, perhaps changing a handful of Java actions, but I am not a Java programmer, so not able to tackle this. Any help would be appreciated. Mike
asked
1 answers
1

Mike, what is the error you are experiencing? We ran into an issue with S3 when we converted because of Java 8. We ended up needing to update the Joda-Time.jar to a more recent version.

answered