boto3 icon indicating copy to clipboard operation
boto3 copied to clipboard

Support for clock skew correction?

Open shawnbro opened this issue 7 years ago • 9 comments

I've been getting a RequestTimeTooSkewed error when trying to upload files using boto3/s3. Unfortunately, I do not have access to the computer so I can't just update the time zone on the machine. I know the javascript sdk offers correctClockSkew (http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#correctClockSkew-property) param in the config and allows the specification of an offset. Is this offered in this lib? If not are there any workarounds?

shawnbro avatar Sep 05 '17 21:09 shawnbro

We don't support this functionality, no. The only workaround unfortunately is to fix the time on the system. Marking this as a feature request.

JordonPhillips avatar Sep 05 '17 23:09 JordonPhillips

Plans on bringing this feature any time soon? @shawnbro Did you come across any s3 python-based library/util that ignores system datetime?

eldos-dl avatar May 04 '21 17:05 eldos-dl

Wanting to get some visibility on this as a desired request.

risoms avatar Feb 26 '22 23:02 risoms

Hello! Any movement on this? -- Bump

robinwkurtz avatar Nov 10 '22 20:11 robinwkurtz

Any update ??

Retr02332 avatar Jan 03 '23 22:01 Retr02332

bump

welch avatar Jul 10 '23 17:07 welch

bump

rabryan avatar Aug 09 '23 18:08 rabryan

Any update? In integration tests, I need to freeze time so I don't want this check.

sbouclier avatar Jan 31 '24 08:01 sbouclier

@RyanFitzSimmonsAK Hello. You closed one of my issues 8662 citing this one. Do you think this feature implementation would reflect automatically for the python sdk as well?

manivmtc avatar May 15 '24 10:05 manivmtc

Hey, given that this is a feature that has been requested in other SDKs, and already exists in others, I've created a tracking issue for this feature request in our cross-SDK repository (https://github.com/aws/aws-sdk/issues/754). Please refer to that issue for updates going forward.

Hello. You closed one of my issues https://github.com/aws/aws-cli/issues/8662 citing this one. Do you think this feature implementation would reflect automatically for the python sdk as well?

This is the kind of issue we'd want to implement across multiple SDKs for parity reasons.

RyanFitzSimmonsAK avatar May 22 '24 18:05 RyanFitzSimmonsAK

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.

github-actions[bot] avatar May 22 '24 18:05 github-actions[bot]