Why Amazon s3 connector isnt up to date?

2
We are living in Mx6 / 7 period, is there a reason this module can't be load into a 6.10.4 environment?
asked
4 answers
2

Have you tried using the custom setting for S3?

 

https://docs.mendix.com/refguide6/custom-settings#amazon-s3-storage-service-settings

answered
2

Hi Jan,

Please see the updated module in the app store: https://appstore.home.mendix.com/link/app/2074/Mendix/Amazon-S3-Connector

answered
0

Is the module updated as of late?

I’m getting the following error(s):

ERROR - ActionManager: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalStateException: Socket not created by this factory

at AmazonS3Connector.DS_GetBucket (JavaAction : 'JAV_GetBucket')

My aws-java-sdk version is 1.9.39.

The AWS Credentials are valid and the bucket exists.

 

More up-to-date packages are available for the aws-java-sdk, version aws-java-sdk-1.11.642, but along with that there are also new packages available that seem to relate to s3, namely:

  •  aws-java-sdk-s3-1.11.642
  • aws-java-sdk-s3control-1.11.642

 

Are these now required or not?

answered
0

Hi there,

I’m getting an error when using this module:

Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalArgumentException: Cannot create enum from us-east-2 value!
    at AmazonS3Connector.DS_GetObjects (JavaAction : 'JAV_GetObjects')

Has anyone encountered this and made a fix?

answered