From 99736de1070c1036bb8a81352a42d11c1fe1f751 Mon Sep 17 00:00:00 2001 From: Sasidharan Date: Tue, 9 Jan 2024 14:17:01 +0530 Subject: [PATCH] Fix docstring for apply_wildcard parameter in S3ListOperator. Changed the order of docstring for fix --- airflow/providers/amazon/aws/operators/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/providers/amazon/aws/operators/s3.py b/airflow/providers/amazon/aws/operators/s3.py index 9ce03736664c2..40d7448fbccee 100644 --- a/airflow/providers/amazon/aws/operators/s3.py +++ b/airflow/providers/amazon/aws/operators/s3.py @@ -744,7 +744,6 @@ class S3ListOperator(BaseOperator): :param delimiter: the delimiter marks key hierarchy. (templated) :param aws_conn_id: The connection ID to use when connecting to S3 storage. :param verify: Whether or not to verify SSL certificates for S3 connection. - :param apply_wildcard: whether to treat '*' as a wildcard or a plain symbol in the prefix. By default SSL certificates are verified. You can provide the following values: @@ -754,6 +753,7 @@ class S3ListOperator(BaseOperator): - ``path/to/cert/bundle.pem``: A filename of the CA cert bundle to uses. You can specify this argument if you want to use a different CA cert bundle than the one used by botocore. + :param apply_wildcard: whether to treat '*' as a wildcard or a plain symbol in the prefix. **Example**: