Open shawnbro opened 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.
Plans on bringing this feature any time soon? @shawnbro Did you come across any s3 python-based library/util that ignores system datetime?
Wanting to get some visibility on this as a desired request.
Hello! Any movement on this? -- Bump
Any update ??
bump
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 (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.
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.
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?