Accessing public S3 bucket without authentication using S3 connector in Airbyte

Summary

The user is trying to access a public S3 bucket without authentication using the S3 connector in Airbyte but encountering permission issues.


Question

Hello everyone!
I am trying to use the S3 connector to access a public S3 bucket. In the command line, I can specify --no-sign-request for anonymous access. However, I encountered permission issues in Airbyte. How can I access an S3 bucket that does not require authentication? Thanks guys!



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["s3-connector", "public-s3-bucket", "authentication", "permission-issues"]

I thinkā€¦ the current implementation only works using keys. Probably need some investigation to see if it works with public objects. <@U075RPXRAES> what errors are you geeting?

Hello! Same issue here. Maybe there is some solution to get data from public s3 bucket?

aws s3 ... --no-sign-request cli works pretty fine.