qts3
qts3 copied to clipboard
Qt API for Amazon S3
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...
i cloned the repo and i tried to build example.pro provided by you,but there are a lot of errors ,i think there is something i haven't done yet. have i...
There is a bug in MSVC compiler that doesn't expand `__VA_ARGS__`.
When I put file to S3, if the path have special symbol (@ or chinese), it will fail and got following error message **S3 put error : "SignatureDoesNotMatch: The request...
When communication to S3 fails it will be useful to have access to network activity logging. Like see HTTP requests and responses including headers. This is important if errors happen...