Skip to content

Commit

Permalink
Fix docstring for apply_wildcard parameter in S3ListOperator. Chang…
Browse files Browse the repository at this point in the history
…ed the order of docstring for fix (#36679)
  • Loading branch information
sasidharan-rathinam committed Jan 9, 2024
1 parent 95a8310 commit 9cb2052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/operators/s3.py
Expand Up @@ -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:
Expand All @@ -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**:
Expand Down

0 comments on commit 9cb2052

Please sign in to comment.