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/request: Ensure New request handles nil retryer #2934

Merged
merged 3 commits into from Nov 7, 2019

Commits on Nov 7, 2019

  1. aws/request: Ensure New request handles nil retryer

    Adds additional default behavior to the SDK's New request constructor,
    to handle the case where a nil Retryer was passed in. This error could
    occur when the SDK's Request type was being used to create requests
    directly, not through one of the SDK's client.
    
    Fixes aws#2889
    jasdel committed Nov 7, 2019
    Copy the full SHA
    b6919f3 View commit details
    Browse the repository at this point in the history
  2. add pending changelog

    jasdel committed Nov 7, 2019
    Copy the full SHA
    d1648a4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4a6f009 View commit details
    Browse the repository at this point in the history