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 16b64f9 commit f9b82fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authx/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +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}")
if url is None:
raise CandigAuthError("No endpoint found")
from minio import Minio
Expand Down

0 comments on commit f9b82fd

Please sign in to comment.