You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/02/28 22:03:00 UTC

[GitHub] [airflow] hussein-awala commented on issue #29802: unable to connect to minio

hussein-awala commented on issue #29802:
URL: https://github.com/apache/airflow/issues/29802#issuecomment-1448984397

   If you want to create the connection from the UI, you should pass the `endpoint_url` in Extras, as explained in the Minio [doc](https://blog.min.io/apache-airflow-minio/), and if you want to create it using python:
   ```python
   Connection.from_json('{"conn_type": "aws", "login": "myaccess", "password": "mysecret", "extra":{"endpoint_url": "http://myhost:9000"}}')
   ``` 
   and the same for CLI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org