aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.91k stars 1.04k forks source link

change expiration date for credentials on test #2983

Closed jmklix closed 3 weeks ago

jmklix commented 4 weeks ago

Issue #, if available: https://github.com/aws/aws-sdk-cpp/issues/2672

Description of changes: change expiration date of credentials to 2037 to avoid overflow on armhf

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

asfg84 commented 3 weeks ago

You need to change all years 2047, there are 5 places in total where 2047 is used and needs to be replaced.