Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Do talend S3 components use an encrypted connection?

Do the talend S3 components (S3_Connection, S3_Get, S3_Put, etc.) use an encrypted (TLS) connection to S3? I've looked through the code and cannot explicitly see anything for encryption 'in transit' and there's nothing in the components to enable/disable it.

 

In addition, if for some reason, a component cannot establish a secure connection does it 'fall back' to an unencrypted connection or does it error instead?

 

Thanks in advance for any info.

 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

Here is "Encrypt" option in tS3XXX components which is used to encrypt the data on the client-side before sending to Amazon S3.

For more information, please see:http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html

Best regards

Sabrina

 
Anonymous
Not applicable
Author

Can i encrypt the S3 conncetion details and give as a context to S3 component in Talend.As i dnt want to expose the S3 connection details to the people who run /dev jobs in talend to have a restricted access.

Anonymous
Not applicable
Author

When you say "Here is "Encrypt" option in tS3XXX components..." where exactly are you referring to? Did you mean to post a link or screenshot of the component? (Your other link is the default documentation from AWS which doesn't explain anything about what talend does when connecting).

 

Thanks.