Help need: aws_s3
sink can't read the credential file.
#21891
-
Hello, I've leveraging vectordotdev in order to syslog collecting then putting in the S3 Bucket. Vector installed version
But. I ran into problem regard of file read permission error. I've configuration like this:
It works when I testing to this config through the CMD
And I got this system log:
I though that just adjust permission of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is strange. Maybe worth trying copying the file over to Did you change the |
Beta Was this translation helpful? Give feedback.
This does indeed appear to be a filesystem permissions issue. Make sure that the
vector
user is able to read the file. You can test with something likesudo -u vector cat /home/ubuntu/.aws/credentials
.