Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Amazon S3 有时会在写入存储桶时发送 403,此时当前时间与请求时间之间的差异超过大约 5 分钟。
因此,如果设备上的时间不正确,则会导致 S3 上传出现问题。
那么应该如何优雅地处理这种情况呢?
我是否应该向服务器询问它的时间,然后决定设备时间是否合适?如果时间与服务器时间不同,是否应该向用户发出警报?