当我的计算机或移动设备时间设置为过去时间时,Amazon S3 文件未加载。我该如何处理这种情况?

Amazon S3 files are not loading when my computer or mobile device time is set to past time. How can I handle this case?

当我的设备时间设置为较早的时间时,Amazon-S3 文件未加载。 我需要什么设置才能完成这项工作?

很遗憾,您不能这样做。每个请求都使用时间戳,并且必须在当前时间的 15 分钟内:

A valid time stamp (using either the HTTP Date header or an x-amz-date alternative) is mandatory for authenticated requests. Furthermore, the client timestamp included with an authenticated request must be within 15 minutes of the Amazon S3 system time when the request is received

来源:http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html#RESTAuthenticationTimeStamp