- Newest
- Most votes
- Most comments
Quoting from the post
"Date in Credential scope does not match YYYYMMDD from ISO-8601 version of date from HTTP: '20221227' != '20211227', from '20211227T060649Z'."
and
..., but the dates in my error message appear to match and no other changes had been made.
It appears there is a date mismatch.
The year does not seem to be matching: 20221227
Would recommending checking again to confirm if there is any application bug related to year handling and then reaching out to AWS support if the issue persists.
Interesting. AWS checks for this first checks for x-amz-date header or query parameter, and then if that's not there for a date header.
Is the time stamp in UTC and in the following ISO 8601 format: YYYYMMDD'T'HHMMSS'Z' without milliseconds?
I haven't seen anything yet, but would be curious if something changed as well.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 months ago
Thank you!!! Silly error, I was using YYYY and not yyyy to parse my date.