AWS S3 Connector not for version 8

0
Hi, i want to use the App AWS S3 Connector in my Application, but the Connector is only for Version 7. I am using the verson 8.1. How can i use this App? Is it possible to change it to Version 8?   Many thanks. Matthias
asked
3 answers
0

Hello Matthias,

Yes it’s possible to migrate it.

Import it in a project on the last version of Mx 7, then open the project in Mx8. That will convert everything including the module. You can then export it for further use.

Keep in mind that converting it doesn’t mean it will function correctly under Mx8, so you may need to fix it yourself after the migration.

Hope this helps

answered
0

Hi, ok i will try it.

 

Many thanks.

Matthias

answered
0

Hi,

Exporting the module from Mendix 7 and importing it to Mendix 8 works. After running the Java action JAV_PutObject to store a document on S3, Im getting the following error:

java.lang.NoSuchFieldError: ALLOW_FINAL_FIELDS_AS_MUTATORS

Mendix is not able to initialize the class com.amazonaws.partitions.PartitionsLoader

Maybe someone found a solution for that?

Best,
Nick

EDIT: I updated to the lastest version of the S3 connector (released 01-04-2020), now it works in Mendix 8.8.0

answered