Does the S3 source assume role setting apply to just s3:GetObject or include the sqs:ReceiveMessage too? #22228
Answered
by
pront
britton-from-notion
asked this question in
Q&A
-
Hello 👋 Wondering if when setting the auth.assume_role setting for a given S3 source, which AWS API calls leverage this assumed role. For example, if an user has 2 roles:
Will the S3 source still successfully GetObject and ReceiveMessage if vector is configured to assume |
Beta Was this translation helpful? Give feedback.
Answered by
pront
Jan 17, 2025
Replies: 1 comment 1 reply
-
Without testing it myself, I know that Vector will just delegate whatever you set e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without testing it myself, I know that Vector will just delegate whatever you set e.g.
Role A
to the underlyingaws
libraries. You should be able to create arole C
that combines them.