mmolimar/kafka-connect-fs

Connecting to S3 Without using Access & Secret Key

sjabiulla opened this issue · 1 comments

Hi,

I am trying to configure S3 Source Connector in AWS EC2 instance and we do NOT want to use access & secret key to connect to s3. We want to grant permission to EC2 instance by providing role to read buckets from S3. How can I achieve using this s3 connector .

Hi!
The connector uses the hadoop-aws library. If you want to interact with S3, I recommend read this doc.