Airbyte on EKS with custom s3 bucket

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

Screenshot 2022-04-14 at 17.03.44

Did you check our docs explaining how to setup the S3 custom logs? On Kubernetes \(Beta\) | Airbyte Documentation

Hi there from the Community Assistance team.
We’re letting you know about an issue we discovered with the back-end process we use to handle topics and responses on the forum. If you experienced a situation where you posted the last message in a topic that did not receive any further replies, please open a new topic to continue the discussion. In addition, if you’re having a problem and find a closed topic on the subject, go ahead and open a new topic on it and we’ll follow up with you. We apologize for the inconvenience, and appreciate your willingness to work with us to provide a supportive community.