o-nikolas commented on code in PR #33636:
URL: https://github.com/apache/airflow/pull/33636#discussion_r1303346490


##########
docs/apache-airflow-providers-amazon/connections/aws.rst:
##########
@@ -60,10 +60,10 @@ automatically the credentials from there.
 .. caution:: If you do not run "airflow connections 
create-default-connections" command,
     most probably you do not have ``aws_default``. For historical reasons, the 
Amazon Provider
     components (Hooks, Operators, Sensors, etc.) fallback to the default boto3 
credentials strategy
-    in case of a missing Connection ID. This behaviour is deprecated and will 
be removed in a future releases.
+    in case of a missing Connection ID.
 
     If you need to use the default boto3 credential strategy (credentials in 
environment variables, IAM Profile, etc.)
-    please provide ``None`` instead of a connection ID.
+    without get warning in your logs please provide ``None`` instead of a 
missing connection ID.

Review Comment:
   Some grammar suggestions, let me know if I'm interpreting this correctly:
   ```suggestion
       please provide ``None``, instead of a missing connection ID, to avoid 
getting a warning in your logs.
   ```



-- 
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]

Reply via email to