o-nikolas commented on code in PR #28706:
URL: https://github.com/apache/airflow/pull/28706#discussion_r1080784133
##########
docs/apache-airflow-providers-amazon/connections/aws.rst:
##########
@@ -67,6 +67,8 @@ Extra (optional)
Specify the extra parameters (as json dictionary) that can be used in AWS
connection. All parameters are optional.
+ * ``service_config``: json used for specifying information about different
AWS services, such as S3 or STS.
Review Comment:
```suggestion
* ``service_config``: json used to specify configuration/parameters for
different AWS services, such as S3 or STS.
```
##########
docs/apache-airflow-providers-amazon/connections/aws.rst:
##########
@@ -269,6 +271,23 @@ This assumes all other Connection fields eg **AWS Access
Key ID** or **AWS Secre
"assume_role_kwargs": { "something":"something" }
}
+5. Using **service_config** to specify information about services such as S3,
STS, and EMR
Review Comment:
```suggestion
5. Using **service_config** to specify configuration for services such as
S3, STS, and EMR
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]