Dremio community edition running on Docker engine cannot view files in a S3 compliant object storage bucket

I have installed Dremio community edition on a Docker engine running on a Linux instance. I am trying to connect to S3 compliant object storage bucket. I am able to successfully connect to the bucket but cannot see any of the files in the bucket and it gives an error empty bucket when i click on the bucket. And i am not able to find the logs to try to understand the issue. Appreciate any help in this regard.

@seemant Lets try to narrow down the issue, have you tried to read the bucket from inside the docker but outside of Dremio using something like AWS S3 CLI? Does that work?

Hello @balaji.ramaswamy thanks for your inputs. Yes i am able to read the bucket from inside docker but outside of dremio using AWS S3 CLI.

Hello @balaji.ramaswamy please let me know if you have any ideas to resolve the issue. Thanks

here is the docs page for adding S3 sources, make sure “Enable compatibility mode” is checked

Also the server.log should have an error stack, can you please send the server.log having the error stack?