Does vector need read permissions for s3 sink ? #19792
-
Hi, I have a vector instance that has an s3 sink, the s3 key associated to this vector instance only has write permissions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey! The vector/website/cue/reference/components/sinks/aws_s3.cue Lines 201 to 218 in 0a2dc2b |
Beta Was this translation helpful? Give feedback.
-
Thanks, and how does it perform the health check ? What does it check ? |
Beta Was this translation helpful? Give feedback.
Hey!
The
aws_s3
usesListBucket
for the health check. We intended to publish the IAM requirements on the website, but, for now, you can see them described here:vector/website/cue/reference/components/sinks/aws_s3.cue
Lines 201 to 218 in 0a2dc2b