Created
January 12, 2012 13:56
-
-
Save richleland/1600640 to your computer and use it in GitHub Desktop.
aws s3 skew issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Error> | |
| <Code>RequestTimeTooSkewed</Code> | |
| <Message>The difference between the request time and the current time is too large.</Message> | |
| <MaxAllowedSkewMilliseconds>900000</MaxAllowedSkewMilliseconds> | |
| <RequestId>4D203AE76BD47906</RequestId> | |
| <HostId>lr/NVYrAkjOca2XXgr9SJJFht9kKV7ySQ7+1sqXyeF11xM1Ypn4SBsaiP1JJKUNV</HostId> | |
| <RequestTime>Wed, 11 Jan 2012 21:45:56 GMT</RequestTime> | |
| <ServerTime>2012-01-11T22:01:30Z</ServerTime></Error> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment