Skip to content

Commit

Permalink
fix blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 10, 2024
1 parent 7cf9110 commit a0825e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscrt/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def __init__(
float) or throughput_target_gbps is None
assert isinstance(enable_s3express, bool) or enable_s3express is None
assert isinstance(network_interface_names, Sequence) or network_interface_names is None

if credential_provider and signing_config:
raise ValueError("'credential_provider' has been deprecated in favor of 'signing_config'. "
"Both parameters may not be set.")
Expand Down

0 comments on commit a0825e0

Please sign in to comment.