解决:io.minio.errors.ErrorResponseException: The request signature we calculated does not match the signature you provided. Check your key and signing method.
建议使用
String url = client.presignedPutObject(“mintest”, key);
获得上传签名
然后使用httpclient上传
HttpRequest request = HttpUtil.createRequest(Method.PUT, url);
注意只支持PUT方法!!!
解决了的请留言,
目前我解决了
但是也会存在偶发性问题
目前我正在处理这个问题中
全网关于该问题的解答 基本上搜不到
希望遇到该问题的人 在评论里留言 真实的解决方案