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 6fe4798 commit e0bf6ac
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 @@ -429,6 +429,7 @@ def get_s3_url(s3_endpoint=None, bucket=None, object_id=None, access_key=None, s
Returns url, status_code
"""
try:
logger.debug("FOO")
response = get_minio_client(token=None, s3_endpoint=s3_endpoint, bucket=bucket, access_key=access_key, secret_key=secret_key, region=region, public=public)
logger.debug("FOO1")
client = response["client"]
Expand Down

0 comments on commit e0bf6ac

Please sign in to comment.