I’m experiencing an issue with sending Airbyte logs to a custom path in AWS S3. My Airbyte version is 0.63. Here is a summary of the problem:
Context:
Airbyte Version: 0.63
AWS S3 Bucket: tests3.abc.com
Desired S3 Path: s3://tests3.abc.com/logs/airbyte-logs/
Steps Taken:
Configured the S3 logging settings in the Airbyte UI.
Set the S3_BUCKET_NAME environment variable to my-bucket.
values.yaml
storage:
type: s3
bucket:
log: tests3.abc.com
state: tests3.abc.com
workloadOutput: tests3.abc.com
New contributor
Thamban Thiyagarajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.