web services - How to remove RequestTimeTooSkewed check from Amazon? -


i have java 7 "agent" program running on several client machines (mostly windows xp). "agent" uploads client files amazon s3 , error:

requesttimetooskewed

i know because client's computer system time difference large compared amazon's. here's problem: can't control client's computer (system) time! so, don't want amazon care time differences.

i heard jets3t, i'm hoping not having resort yet tool (agent footprint must remain small).

any ideas how remove check , rid of pesky error?

error detail: status code: 403, aws service: amazon s3, aws request id: 59c9614d15006f23, aws error code: requesttimetooskewed, aws error message: difference between request time , current time large., s3 extended request id: v1pgbm3ed2j9dz3sg/3adrg3dugslt3ac+9nduk2slih2wyaanc1n5jrt5tkrzlv

the error coming s3 service, not client, there isn't can other correct clock on client. check being done on service detect , prevent replay attacks it's important part of overall security of service.

trying different client-side sdk won't help.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -