Replies: 1 comment 1 reply
-
Can you include more details about this including the error logs? Why is the linux camera returning the local time? Some possible work arounds would be to change the local timezone to whichever would allow correct authentication. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a linux camera which return local time (not UTC time). When I try to put an object to S3 using the SDK, I have a clock skew error. I'm aware about the
AWSClient::AdjustClockSkew
method (fixed in 2016 as described in the the topic #285) but it seems like this function is not used by thePutObject
method ofS3CrtClient
.Below, my code function to put object:
This code is based on the official documentation (as shown in aws S3 examples).
Beta Was this translation helpful? Give feedback.
All reactions