Source S3: Add IAM Role Authentication #31865
Labels
autoteam
connectors/source/s3
needs-triage
team/connectors-python
type/enhancement
New feature or request
What area the feature impact?
Connectors
Relevant Information
Background:
The S3 connector, implemented using the AWS Python SDK (Boto3), currently supports authentication through access and secret keys. In many AWS environments that prioritize security and manageability, IAM roles are often preferred over static access keys for granting permissions to resources.
Objective:
Enhance the S3 connector source to support IAM role-based authentication, allowing users to utilize IAM roles for more granular control over permissions and to eliminate the need for managing static access keys.
References:
AWS IAM Roles
Boto3 Credentials
The text was updated successfully, but these errors were encountered: