GitHub user fayadchowdhury deleted a comment on the discussion: Issue 
troubleshooting an s3 connection for remote logging to Min.io

Hey @cheeyeelim 

Could you tell me how you set up your Helm values overrides to get that? I am 
trying to do something similar with logging to a Minio bucket. So far I have 
this:

```
extraSecrets:
  airflow-connections:
    stringData: |
      AIRFLOW_CONN_MINIO: 
"aws://<user>:<pass>@/?endpoint_url=<url>&region_name=us-east-1"

extraEnvFrom: |
  - secretRef:
      name: airflow-connections

config:
  logging:
    remote_logging: "True"
    remote_base_log_folder: "s3://<bucket>"
    remote_log_conn_id: "minio"
```

I don't see that connection even imported into Airflow, so I am very confused 
now :/

GitHub link: 
https://github.com/apache/airflow/discussions/26979#discussioncomment-14184150

----
This is an automatically sent email for commits@airflow.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org

Reply via email to