You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/07 21:17:40 UTC

[GitHub] [airflow] Taragolis commented on issue #28766: Cannot create connection without defining host using CLI

Taragolis commented on issue #28766:
URL: https://github.com/apache/airflow/issues/28766#issuecomment-1374615537

   >How to reproduce
   Create an S3 connection using CLI:
   >
   >`airflow connections add connection_id_1 --conn-uri aws://s3/?region_name=eu-west-1&endpoint_url=https%3A%2F%2Fs3.eu-west-1.amazonaws.com`
   
   This is incorrect connection URL, please use [snippet from documentation](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html#snippet-to-create-connection-and-convert-to-uri) for generate correct one, you also could check [AWS Connection reference](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html#configuring-the-connection) for available values.
   


-- 
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