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 2019/01/21 16:29:49 UTC

[GitHub] XD-DENG commented on a change in pull request #4514: [AIRFLOW-3698] Add documentation for AWS Connection

XD-DENG commented on a change in pull request #4514: [AIRFLOW-3698] Add documentation for AWS Connection
URL: https://github.com/apache/airflow/pull/4514#discussion_r249514435
 
 

 ##########
 File path: docs/howto/manage-connections.rst
 ##########
 @@ -151,6 +151,52 @@ Scopes (comma separated)
         issue `AIRFLOW-2522
         <https://issues.apache.org/jira/browse/AIRFLOW-2522>`_.
 
+Amazon Web Services
+~~~~~~~~~~~~~~~~~~~
+
+The Amazon Web Services connection type enables the :ref:`AWS Integrations
+<AWS>`.
+
+Authenticating to AWS
+'''''''''''''''''''''
+
+Authentication may be performed using any of the `boto3 options <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials>`_. Alternatively, one can pass credentials in as a Connection initialisation parameter.
+
+Default Connection IDs
+''''''''''''''''''''''
+
+The default connection ID is ``aws_default``.
+
+Configuring the Connection
+''''''''''''''''''''''''''
+
+Login (optional)
+    Specify the AWS access key ID.
+
+Password (optional)
+    Specify the AWS secret access key.
+
+Extra (optional)
 
 Review comment:
   it may be good to mention that users can specify endpoint in `Extra` section by giving "host". This will be useful in cases like they're using S3-compatible services (but not AWS service.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services