DEV Community

Aleksandr
Aleksandr

Posted on

AWS::S3::Errors::RequestTimeTooSkewed

Hello guys! I develop the web app using ruby on rails. But in controller errors occurs. Error: The difference between the request time and the current time is too large. There are codes in below.

`@order = Order.find_by(external_order_number: external_order_number_param) 
 || Order.new(order_params.merge(guest_id: current_guest_id))`
Enter fullscreen mode Exit fullscreen mode

Order.new() have the errors.
I hope ruby experts fix the issues quickly.

Top comments (0)