I have installed Dremio as a single stand-alone server (using dremio-community-2.0.1-201804132205050000_10b1de0_1.noarch.rpm) and connected to my S3 Bucket as a data source.
The bucket policy requires secured transfer to view the content (files) in the bucket.
“Condition”: {
“Bool”: {
“aws:SecureTransport”: “true”
}
}
I have checked the “Enable SSL Encryption” option in the source settings popup window and it doesn’t seem to be working. If I reopen the settings, it is unchecked. When I remove the condition on the S3 bucket policy, I’m able to connect and query the data.
Does the “Enable SSL Encryption” option have a known bug?
Thanks