The component is producing the error "LOG cannot be resolved"
The code that is causing the error is part of the tS3Put component and is included below.
String key_tS3Put_3 = "";
int partSizeInBytes_tS3Put_3 = 5 * 1024 * 1024; if (partSizeInBytes_tS3Put_3 < 5 << 20) { log.info("Set part size as 5MB, as it is the recommended minimun value."); partSizeInBytes_tS3Put_3 = 5 << 20; }
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved