msorvig / qts3

Qt API for Amazon S3
MIT License
21 stars 8 forks source link

cannot connect to local minio #4

Open niusha71 opened 4 years ago

niusha71 commented 4 years ago

I want to connect to local minio with qts3. I changed some part of it but still I cannot connect to local minio. changes: in sendS3Request() : const QByteArray host = "127.0.0.1:9000/minio/" + bucketName; const QByteArray url = "http://" + host + "/" + path.toLatin1() + "?" + queryString;

in location_impl(): const QByteArray host = "127.0.0.1:9000"; const QByteArray url = "http://" + host + "/" + bucketName + "?location";

InterstellarVoyage commented 1 year ago

Have you solved it? I have the same problem