Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Apr 9, 2024
1 parent d09b5d6 commit 0472056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logprep/connector/s3/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class Config(Output.Config):
.. security-best-practice::
:title: Output Connectors - S3Output
It is suggested to activate SSL for a secure connection. In order to do that set
:code:`use_ssl` and the corresponding :code:`ca_cert`.
It is suggested to activate SSL for a secure connection. In order to do that set
:code:`use_ssl` and the corresponding :code:`ca_cert`.
"""

endpoint_url: str = field(validator=validators.instance_of(str))
Expand Down

0 comments on commit 0472056

Please sign in to comment.