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

DM-26405: Move S3-backoff into actual S3 class #416

Merged
merged 3 commits into from
Nov 4, 2020
Merged

Commits on Nov 4, 2020

  1. Start moving backoff into URI

    William Strecker-Kellogg authored and timj committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8b0f036 View commit details
    Browse the repository at this point in the history
  2. WIP: Bring raw exception stuff

    William Strecker-Kellogg authored and timj committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    dbb9b5f View commit details
    Browse the repository at this point in the history
  3. Move S3-backoff into actual S3 class

    Some question on which methods get all_errors or just client_errors for
    backoff. Also question in JIRA about why not use boto3 native backoff?
    
    For now this at least passes tests...
    William Strecker-Kellogg authored and timj committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    34bee24 View commit details
    Browse the repository at this point in the history