boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
9.04k stars 1.87k forks source link

Support for clock skew correction? #1252

Open shawnbro opened 7 years ago

shawnbro commented 7 years ago

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?

JordonPhillips commented 7 years ago

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.

eldos-dl commented 3 years ago

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

risoms commented 2 years ago

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

robinwkurtz commented 1 year ago

Hello! Any movement on this? -- Bump

Retr02332 commented 1 year ago

Any update ??

welch commented 1 year ago

bump

rabryan commented 1 year ago

bump

sbouclier commented 9 months ago

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

manivmtc commented 5 months ago

@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?

RyanFitzSimmonsAK commented 5 months ago

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.

github-actions[bot] commented 5 months ago

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.

RyanFitzSimmonsAK commented 1 day ago

Reopening this for tracking going forward.