云上遇到RequestTimeTooSkewed,The difference between the request time and the current time is too large错误

具体报错信息提示如下:

Exception errorcode: RequestTimeTooSkewed, when put object.
Exception errormessage: The difference between the request time and the current time is too large.

导致这类问题产生的主要原因是发出请求方(客户端)的时间跟接受请求(服务端)的时间不一致导致。

解决办法:linux中执行:ntpdate ntp.ubuntu.com

原文地址:https://www.cnblogs.com/ryanlamp/p/13387358.html