Hey everyone,
Another issue I came across while working with CarrierWave. After rebooting a VM Amazon started too complain “request time too skewed”:
Warning: S3::putObject(): RequestTimeTooSkewed The difference between the request time and the current time is to large. in x on line 14
This one is another simple fix, just make sure your system time is correct. I’d been using a VM and it had run forward by a few hours. Setting it back manually resolved the error.
Leave a Reply