minio storage fix pt7
This commit is contained in:
parent
bb6a8e3090
commit
43bc552698
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ def minioConnect(env):
|
|||
)
|
||||
else:
|
||||
return Minio(
|
||||
#"minio:9000",
|
||||
endpoint="minio.mzansi-innovation-hub.co.za",
|
||||
endpoint="minio:9000",
|
||||
# endpoint="minio.mzansi-innovation-hub.co.za",
|
||||
access_key=minioAccess,
|
||||
secret_key=minioSecret,
|
||||
secure=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue