Replies: 3 comments 1 reply
-
Hi @cnwobi , Are you able to reliably reproduce this? If so, could you try setting the following environment variable to get more details from the AWS SDK:
This should give more details about why the request failed. |
Beta Was this translation helpful? Give feedback.
-
Hi @jszwedko, Thanks for your prompt response. I have set the env var for debug k8s deployment.yaml snipper env:
- name: VECTOR_LOG
value: "aws_smithy_runtime=debug,debug" Container logs
However I don't see more details about the error.
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much, the error was a permissions issue, object was owned by a different aws principal so even though vector had the right access to the bucket. Changing the ownership for the objects fixed the error. |
Beta Was this translation helpful? Give feedback.
-
Every attempt to reach logs from an S3 bucket is failing
When I download this file I can read and parse each line as valid JSON in Ruby.
Beta Was this translation helpful? Give feedback.
All reactions