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

potiuk 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 569e32b26f AWS Authentication docs updated with generic path for 
credentials file (#33182)
569e32b26f is described below

commit 569e32b26fd7541e3a4182ce57a7c02f03d11155
Author: Jacob Territo <[email protected]>
AuthorDate: Tue Aug 8 12:43:45 2023 -0400

    AWS Authentication docs updated with generic path for credentials file 
(#33182)
    
    * Correct path for .aws credentials file
    
    Based off the home directory in the airflow docker file
    https://github.com/apache/airflow/blob/main/Dockerfile#L44
    
    * AWS Authentication docs updated with generic path for credentials file
---
 docs/apache-airflow-providers-amazon/connections/aws.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-amazon/connections/aws.rst 
b/docs/apache-airflow-providers-amazon/connections/aws.rst
index ba5fe01723..b3b222913f 100644
--- a/docs/apache-airflow-providers-amazon/connections/aws.rst
+++ b/docs/apache-airflow-providers-amazon/connections/aws.rst
@@ -49,7 +49,7 @@ Default Connection IDs
 -----------------------
 
 The default connection ID is ``aws_default``. If the environment/machine where 
you are running Airflow has the
-file credentials in ``/home/.aws/``, and the default connection has user and 
pass fields empty, it will take
+file credentials in ``${HOME}/.aws/``, and the default connection has user and 
pass fields empty, it will take
 automatically the credentials from there.
 
 .. important:: Previously, the ``aws_default`` connection had the "extras" 
field set to ``{"region_name": "us-east-1"}``

Reply via email to