Skip to content
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

aws/signer: Always sign a request with the current time. #2336

Merged
merged 1 commit into from Dec 7, 2018

Commits on Dec 6, 2018

  1. aws/signer: Always sign a request with the current time.

    Updates the SDK's v4 request signer to always sign requests with the
    current time. For the first request attempt, the request's creation time
    was used in the request's signature. In edge cases this allowed the
    signature to expire before the request was sent if there was significant
    delay between creating the request and sending it, (e.g. rate limiting).
    jasdel committed Dec 6, 2018
    Copy the full SHA
    7938d7d View commit details
    Browse the repository at this point in the history