MinIO上传文件报错

报错内容

Exception in thread “main” error occurred
ErrorResponse(code = RequestTimeTooSkewed, message = The difference between the request time and the server’s time is too large., bucketName = null, objectName = null, resource = /list, requestId = null, hostId = dcc5dd40-3b7b-4312-bfcd-d0cb738df252)
request={method=GET, url=http://192.168.206.147:9999/list?location=, headers=Host: 192.168.206.147:9999
Accept-Encoding: identity
User-Agent: MinIO (Windows 10; amd64) minio-java/8.3.5
Content-MD5: 1B2M2Y8AsgTpgAmY7PhCfg==
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20220116T081220Z
Authorization: ██
}
response={code=403, headers=Accept-Ranges: bytes
Content-Length: 287
Content-Type: application/xml
Server: MinIO
Vary: Origin
Date: Sun, 16 Jan 2022 07:04:26 GMT
}

原因

MinIO 服务端所在的系统时间和上传文件所在的客户端时间不对, MinIO 要求客户端所在的系统时间和 MinIO 服务端所在的系统时间相差不能超过三分钟

你可能感兴趣的:(java,minio)