This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 37a317286a docs: fix typo (#29658)
37a317286a is described below

commit 37a317286acace49c6829f25c2408fc0c2a6f7d0
Author: Sungmin Han <[email protected]>
AuthorDate: Wed Feb 22 00:18:05 2023 +0900

    docs: fix typo (#29658)
---
 docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst 
b/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst
index 016c2d5165..ca1b58abb5 100644
--- a/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst
+++ b/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst
@@ -129,7 +129,7 @@ With the above configurations, Webserver and Worker Pods 
can access Amazon S3 bu
 
 - Using Airflow CLI
 
-  ``airflow connections add aws_conn --conn-uri aws://@/?egion_name=eu-west-1``
+  ``airflow connections add aws_conn --conn-uri 
aws://@/?region_name=eu-west-1``
 
   Note that ``@`` used in ``-conn-uri`` parameter usually separates password 
and host but in this case it complies with uri validator used.
 

Reply via email to