Fix Minio secure connection setting to False
This commit is contained in:
parent
32495c6cbc
commit
5a50ed5fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class RAGFlowMinio:
|
|||
self.conn = Minio(settings.MINIO["host"],
|
||||
access_key=settings.MINIO["user"],
|
||||
secret_key=settings.MINIO["password"],
|
||||
secure=True
|
||||
secure=False
|
||||
)
|
||||
except Exception:
|
||||
logging.exception(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue