-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
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. |
Plans on bringing this feature any time soon? |
Wanting to get some visibility on this as a desired request. |
Hello! Any movement on this? -- Bump |
Any update ?? |
bump |
1 similar comment
bump |
Any update? In integration tests, I need to freeze time so I don't want this check. |
@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? |
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.
This is the kind of issue we'd want to implement across multiple SDKs for parity reasons. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Reopening this for tracking going forward. |
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 offerscorrectClockSkew
(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?The text was updated successfully, but these errors were encountered: