Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
PD2
Contributor
Contributor

Bug in tS3Put componet in version 7.3.1 Build M5

Using TOS 7.3.1 M5 on OSX

Using the component tS3Put

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;
}

 

The "IF" test is not in found in 7.3.1 M2.

 

Not sure how to resolve.

 

Thank you

Peter

 

Labels (3)
1 Reply
Anonymous
Not applicable

Hi Peter,

 

   Could you please create the bug in JIRA link below? 

 

https://jira.talendforge.org/

 

Warm Regards,
Nikhil Thampi

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