Hello everyone,
We have set up Airbyte on our k8s (AWS EKS) and deployed it using kustomize and helm chart.
We are using our own s3 bucket for logs:
# manifests/airbyte/release.yaml
logs:
minio:
enabled: false
s3:
enabled: true
bucket: "s3://${S3_AIRBYTE_BUCKET}" # also tried hard-coding the name of the bucket, did not help
bucketRegion: ${REGION}
Unfortunately, when I am trying to set a source in Airbyte, I am getting an error (see picture attached).Anyone has an idea what might be wrong?
Thank you for any ideas