Hi, I’m testing Dremio and was trying to connect to S3.
I entered the AWS credentials and I’m able to see the buckets, but when I try to go into a specific bucket I get an error “Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 70AEDEC164DAC151)”
However, I am able to see the objects with the same credentials using other tools (aws cli, alteryx), although with Alteryx I do need to provide an endpoint (s3.amazonaws.com) for it to work so it doesn’t seem to be an issue with the credentials.
I tried adding the endpoint to the connection properties (using endpoint, endpoint-url, and other variations).
Have you seen anything similar before?
Your policy may require a SSL connection otherwise you get access denied. Make sure your source in Dremio Is enabled with and he crept into connection. I believe it should be a checkbox on the dialog box for the source settings.
Issue was resolved. It was actually a permissions issue with the policy. I believe it had to have some specific permissions (it had allow: * before).
Thanks for your help.