<%@ jet imports=" org.talend.core.model.process.INode org.talend.core.model.process.ElementParameterParser org.talend.designer.codegen.config.CodeGeneratorArgument " %> <% CodeGeneratorArgument codeGenArgument = (CodeGeneratorArgument) argument; INode node = (INode)codeGenArgument.getArgument(); String cid = node.getUniqueName(); String accessKey = ElementParameterParser.getValue(node, "__ACCESSKEY__"); String secretKey = ElementParameterParser.getValue(node, "__SECRETKEY__"); com.amazon.s3.AWSAuthConnection AWSAuthConnection<%=cid %> = new com.amazon.s3.AWSAuthConnection(accessKey,secretKey); %>