We’re running our builds with OSX machine. Sometimes on deploy stage we’re getting errors like this:
An error occurred (RequestTimeTooSkewed) when calling the PutObject operation: The difference between the request time and the current time is too large.
Workaround:
Add “sudo ntpdate -u time.apple.com” build step before deploy.