You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/06 09:26:28 UTC

[airflow] branch main updated: adding AWS_DEFAULT_REGION to the docs, boto3 expects this to be in the env variables (#24181)

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 6015c39ce5 adding AWS_DEFAULT_REGION to the docs, boto3 expects this to be in the env variables (#24181)
6015c39ce5 is described below

commit 6015c39ce55f7db2087d3aa635dc6a74e97a8dce
Author: Rafael Carrasco <ra...@gmail.com>
AuthorDate: Mon Jun 6 04:26:17 2022 -0500

    adding AWS_DEFAULT_REGION to the docs, boto3 expects this to be in the env variables (#24181)
---
 .../secrets-backends/aws-secrets-manager.rst                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-amazon/secrets-backends/aws-secrets-manager.rst b/docs/apache-airflow-providers-amazon/secrets-backends/aws-secrets-manager.rst
index 61af5c9f72..e8caa9ec32 100644
--- a/docs/apache-airflow-providers-amazon/secrets-backends/aws-secrets-manager.rst
+++ b/docs/apache-airflow-providers-amazon/secrets-backends/aws-secrets-manager.rst
@@ -31,7 +31,7 @@ Here is a sample configuration:
     backend_kwargs = {"connections_prefix": "airflow/connections", "variables_prefix": "airflow/variables", "profile_name": "default", "full_url_mode": false}
 
 To authenticate you can either supply a profile name to reference aws profile, e.g. defined in ``~/.aws/config`` or set
-environment variables like ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``.
+environment variables like ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``, ``AWS_DEFAULT_REGION``.
 
 
 Storing and Retrieving Connections