Skip to content

Commit

Permalink
Update auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Jan 4, 2025
1 parent f9b82fd commit 7b43b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authx/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def get_minio_client(token=None, s3_endpoint=None, bucket=None, access_key=None,
secure = False
else:
url = endpoint
logger.debug(f"NOTE: secure is {secure}")
logger.debug(f"NOTE: url is {url}, secure is {secure}")
if url is None:
raise CandigAuthError("No endpoint found")
from minio import Minio
Expand Down

0 comments on commit 7b43b31

Please sign in to comment.