Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for clock skew correction? #1252

Closed
shawnbro opened this issue Sep 5, 2017 · 11 comments
Closed

Support for clock skew correction? #1252

shawnbro opened this issue Sep 5, 2017 · 11 comments
Assignees
Labels
feature-request This issue requests a feature. p2 This is a standard priority issue s3

Comments

@shawnbro
Copy link

shawnbro commented Sep 5, 2017

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 JordonPhillips added the feature-request This issue requests a feature. label Sep 5, 2017
@JordonPhillips
Copy link
Contributor

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
Copy link

eldos-dl commented May 4, 2021

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

@risoms
Copy link

risoms commented Feb 26, 2022

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

@aBurmeseDev aBurmeseDev added needs-review p2 This is a standard priority issue labels Nov 8, 2022
@robinwkurtz
Copy link

Hello! Any movement on this? -- Bump

@Retr02332
Copy link

Any update ??

@welch
Copy link

welch commented Jul 10, 2023

bump

1 similar comment
@rabryan
Copy link

rabryan commented Aug 9, 2023

bump

@sbouclier
Copy link

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

@manivmtc
Copy link

manivmtc commented May 15, 2024

@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
Copy link
Contributor

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 (aws/aws-sdk#754). Please refer to that issue for updates going forward.

Hello. You closed one of my issues aws/aws-cli#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.

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature. p2 This is a standard priority issue s3
Projects
None yet
Development

No branches or pull requests