mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 11:26:22 +02:00
Fix Minio incompatible library change (#565)
This commit is contained in:
parent
97d8b84d7f
commit
943a9d83b0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class BlobStore:
|
||||||
|
|
||||||
|
|
||||||
self.minio = Minio(
|
self.minio = Minio(
|
||||||
minio_host,
|
endpoint = minio_host,
|
||||||
access_key = minio_access_key,
|
access_key = minio_access_key,
|
||||||
secret_key = minio_secret_key,
|
secret_key = minio_secret_key,
|
||||||
secure = False,
|
secure = False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue