Skip to main content

Community

Connector Improvement: S3 connector improvement: Allow to ingest objects from S3 connector that has strict bucket policy which only specific folder level access

Completed

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    Hi Chinmay,

    Thanks for filing this request. For the S3 connector, we only require ListBucket (scoped to the configured prefix or base folder path) to enumerate objects under that prefix. We require GetObject only for the specific subfolders you map to tables, so the connector can read the files it’s syncing.

    Importantly, ListBucket permission only allows the connector to list object keys/metadata within the prefix. It does not grant access to retrieve object contents.

    Thank you,
    Parmeet