Tag: Minio
Posts of Tag: Minio
Posts of Tag: Minio
python post request not working with Minio server import
I have a problem with POST request with Python/Django and Minio server, this is the code from django.http import HttpResponse import json from minio import Minio minioClient = Minio('mypath:9000', ...Learn MorePythonDjangoPostMinioRequest