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 6, 2025
1 parent 6a8ec13 commit 78e8923
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 @@ -395,6 +395,7 @@ def get_minio_client(token=None, s3_endpoint=None, bucket=None, access_key=None,
if url is None:
raise CandigAuthError("No endpoint found")
from minio import Minio
print("HOWDYHOWDY")
if region is None:
client = Minio(
endpoint=url,
Expand Down

0 comments on commit 78e8923

Please sign in to comment.