But When I try and use the tS3Connection component as well (after pulling some parameters from the secure store) I get:
Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String com.amazonaws.util.AwsHostNameUtils.parseRegionFromInternalConfig(java.lang.String)'
I'm guessing its something to do with the import of the AWSSMParameterStore-1.0.0.jar having a class that overrides the normal ones within Talend - if I don't use the Parameter Store to get some of the parameters, everything is fine.